diff options
author | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-07-09 09:37:36 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-07-09 09:37:36 +0200 |
commit | bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e (patch) | |
tree | c0199127003c2d5418fa6b10fb0676c7abcb0a7e /heimdall-frontend/heimdall-frontend.pri | |
parent | 1.3 beta (diff) | |
download | Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.gz Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.bz2 Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.lz Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.xz Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.zst Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.pri | 16 |
1 files changed, 10 insertions, 6 deletions
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
|