summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/b2qt-flashing-wizard.pro
blob: 05403b92ed53b0a1d9eb0868a4b8a68a316a1406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
INSTALLS += target
target.path = /bin