blob: 67ec8c41bf085c8282283fda73fb20eb1cde0eb1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
HEADERS += ./Source/aboutform.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/PackageData.cpp \
./Source/Packaging.cpp
FORMS += ./mainwindow.ui \
./aboutform.ui
RESOURCES += mainwindow.qrc
|