summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/b2qt-flashing-wizard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/b2qt-flashing-wizard/b2qt-flashing-wizard.pro')
-rw-r--r--src/b2qt-flashing-wizard/b2qt-flashing-wizard.pro33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/b2qt-flashing-wizard/b2qt-flashing-wizard.pro b/src/b2qt-flashing-wizard/b2qt-flashing-wizard.pro
new file mode 100644
index 0000000..9efff8f
--- /dev/null
+++ b/src/b2qt-flashing-wizard/b2qt-flashing-wizard.pro
@@ -0,0 +1,33 @@
+QT += widgets
+CONFIG += c++11
+
+SOURCES += \
+ actor.cpp \
+ commit_page.cpp \
+ common.cpp \
+ device_page.cpp \
+ disk_page.cpp \
+ elevator.cpp \
+ finish_page.cpp \
+ introduction_page.cpp \
+ main.cpp \
+ mainwindow.cpp \
+ platform_page.cpp \
+ progress_page.cpp \
+ scriptwriter.cpp \
+
+HEADERS += \
+ actor.h \
+ commit_page.h \
+ common.h \
+ device_page.h \
+ disk_page.h \
+ elevator.h \
+ finish_page.h \
+ introduction_page.h \
+ mainwindow.h \
+ platform_page.h \
+ progress_page.h \
+ scriptwriter.h \
+
+RESOURCES += b2qt-flashing-wizard.qrc