From bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sat, 9 Jul 2011 17:37:36 +1000 Subject: Version 1.3 (beta) --- heimdall-frontend/heimdall-frontend.pri | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'heimdall-frontend/heimdall-frontend.pri') diff --git a/heimdall-frontend/heimdall-frontend.pri b/heimdall-frontend/heimdall-frontend.pri index 63cf202..67ec8c4 100644 --- a/heimdall-frontend/heimdall-frontend.pri +++ b/heimdall-frontend/heimdall-frontend.pri @@ -1,12 +1,16 @@ -# ---------------------------------------------------- -# This file is generated by the Qt Visual Studio Add-in. -# ------------------------------------------------------ - HEADERS += ./Source/aboutform.h \ - ./Source/mainwindow.h + ./Source/Alerts.h \ + ./Source/FirmwareInfo.h \ + ./Source/mainwindow.h \ + ./Source/PackageData.h \ + ./Source/Packaging.h SOURCES += ./Source/aboutform.cpp \ + ./Source/Alerts.cpp \ + ./Source/FirmwareInfo.cpp \ ./Source/main.cpp \ - ./Source/mainwindow.cpp + ./Source/mainwindow.cpp \ + ./Source/PackageData.cpp \ + ./Source/Packaging.cpp FORMS += ./mainwindow.ui \ ./aboutform.ui RESOURCES += mainwindow.qrc -- cgit v1.2.3