Rev 250 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 250 | Rev 305 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | include( ../examples.pri ) |
1 | include( ../examples.pri ) |
- | 2 | include(QMapControl.pri) |
|
Line 2... | Line 3... | ||
2 | 3 | ||
Line 3... | Line 4... | ||
3 | QWT_ROOT = ../qwt-5.1.1 |
4 | QWT_ROOT = ../qwt-5.1.1 |
Line 30... | Line 31... | ||
30 | RCC_DIR = build/.rcc |
31 | RCC_DIR = build/.rcc |
31 | DESTDIR = build/bin |
32 | DESTDIR = build/bin |
Line 32... | Line 33... | ||
32 | 33 | ||
Line 33... | Line -... | ||
33 | DEFINES += _TTY_WIN_ QWT_DLL QT_DLL _WIN32_ |
- | |
34 | - | ||
35 | QT *= gui core network |
- | |
36 | - | ||
37 | CONFIG += warn_on thread qt |
- | |
38 | - | ||
39 | TARGET = QMK-Groundstation |
- | |
40 | - | ||
41 | RESOURCES += MKTool.qrc |
- | |
42 | - | ||
43 | SOURCES = \ |
- | |
44 | main.cpp \ |
- | |
45 | SerialPort/qextserialbase.cpp \ |
- | |
46 | SerialPort/qextserialport.cpp \ |
- | |
47 | SerialPort/ManageSerialPort.cpp \ |
- | |
48 | Forms/mktool.cpp \ |
- | |
49 | Forms/dlg_Config.cpp \ |
- | |
50 | Forms/dlg_Motortest.cpp \ |
- | |
51 | Forms/dlg_Preferences.cpp \ |
- | |
52 | Forms/wdg_Settings.cpp \ |
- | |
53 | Classes/cSettings.cpp \ |
- | |
54 | Classes/cServer.cpp \ |
- | |
55 | Classes/ToolBox.cpp \ |
- | |
56 | Classes/cAttitude.cpp \ |
- | |
57 | Classes/cSpeedMeter.cpp \ |
- | |
58 | Classes/cQMK_Server.cpp \ |
- | |
59 | Logger/Logger.cpp \ |
- | |
60 | Logger/CSVLogger.cpp \ |
- | |
61 | Forms/dlg_LCD.cpp \ |
- | |
62 | Classes/cConnection.cpp |
- | |
63 | - | ||
64 | win32:SOURCES += SerialPort/win_qextserialport.cpp |
- | |
65 | unix:SOURCES += SerialPort/posix_qextserialport.cpp |
- | |
66 | - | ||
67 | HEADERS = \ |
- | |
68 | global.h \ |
- | |
69 | Parameter_Positions.h \ |
- | |
70 | SerialPort/qextserialbase.h \ |
- | |
71 | SerialPort/qextserialport.h \ |
- | |
72 | SerialPort/ManageSerialPort.h \ |
- | |
73 | Forms/mktool.h \ |
- | |
74 | Forms/dlg_Config.h \ |
- | |
75 | Forms/dlg_Motortest.h \ |
- | |
76 | Forms/dlg_Preferences.h \ |
- | |
77 | Forms/wdg_Settings.h \ |
- | |
78 | Classes/cSettings.h \ |
- | |
79 | Classes/cServer.h \ |
- | |
80 | Classes/ToolBox.h \ |
- | |
81 | Classes/cAttitude.h \ |
- | |
82 | Classes/cSpeedMeter.h \ |
- | |
83 | Classes/cQMK_Server.h \ |
- | |
84 | Logger/Logger.h \ |
- | |
85 | Logger/CSVLogger.h \ |
- | |
86 | Logger/DefaultLogger.h \ |
- | |
87 | Forms/dlg_LCD.h \ |
- | |
88 | Classes/cConnection.h \ |
- | |
89 | typedefs.h |
- | |
90 | - | ||
91 | win32:HEADERS += SerialPort/win_qextserialport.h |
- | |
92 | unix:HEADERS += SerialPort/posix_qextserialport.h |
- | |
93 | - | ||
94 | FORMS += \ |
- | |
95 | Forms/mktool.ui \ |
- | |
96 | Forms/dlg_Config.ui \ |
- | |
97 | Forms/dlg_Preferences.ui \ |
- | |
98 | Forms/dlg_Motortest.ui \ |
- | |
99 | Forms/wdg_Settings.ui \ |
34 | DEFINES += _TTY_WIN_ QWT_DLL QT_DLL _WIN32_ |
- | 35 | ||
100 | Forms/dlg_LCD.ui |
36 | include(global.pri) |