mirror of
https://git.sr.ht/~grimler/Heimdall
synced 2025-03-01 03:01:16 +00:00
17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
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
|