Rev 674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 674 | Rev 750 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # ------------------------------------------------- |
1 | # ------------------------------------------------- |
2 | # Project created by QtCreator 2009-07-20T20:04:00 |
2 | # Project created by QtCreator 2009-07-20T20:04:00 |
3 | # ------------------------------------------------- |
3 | # ------------------------------------------------- |
Line 4... | Line -... | ||
4 | - | ||
5 | DEFINES += _TTY_POSIX_ |
4 | |
Line 6... | Line 5... | ||
6 | include(../Global/Class_SerialPort.pri) |
5 | include(../Global/Widget_Connection.pri) |
7 | 6 | ||
8 | QT += network |
7 | QT += network |
9 | TARGET = QMK-Settings |
8 | TARGET = QMK-Settings |
Line 18... | Line 17... | ||
18 | UI_DIR = ../Binary/.build/QMK-Settings |
17 | UI_DIR = ../Binary/.build/QMK-Settings |
19 | MOC_DIR = ../Binary/.build/QMK-Settings |
18 | MOC_DIR = ../Binary/.build/QMK-Settings |
20 | RCC_DIR = ../Binary/.build/QMK-Settings |
19 | RCC_DIR = ../Binary/.build/QMK-Settings |
21 | RESOURCES += QMK-Settings.qrc |
20 | RESOURCES += QMK-Settings.qrc |
22 | SOURCES += main.cpp \ |
21 | SOURCES += main.cpp \ |
23 | ../Global/Class_Input/Input.cpp \ |
- | |
24 | ../Global/Class_Input/Input_TCP.cpp \ |
- | |
25 | ../Global/Class_Input/Input_TTY.cpp \ |
- | |
26 | ../Global/Class_HandlerMK/HandlerMK.cpp \ |
- | |
27 | ../Global/Class_HandlerIP/HandlerIP.cpp \ |
- | |
28 | Dialogs/dlg_Main.cpp \ |
22 | Dialogs/dlg_Main.cpp \ |
29 | Dialogs/dlg_MotorMixer.cpp \ |
23 | Dialogs/dlg_MotorMixer.cpp \ |
- | 24 | Dialogs/dlg_MotorTest.cpp \ |
|
30 | Classes/cSettings.cpp |
25 | Classes/cSettings.cpp |
31 | HEADERS += Defines.h \ |
26 | HEADERS += Defines.h \ |
32 | ../Global/Kopter.h \ |
- | |
33 | ../Global/MK_Datatypes.h \ |
- | |
34 | ../Global/Global.h \ |
27 | ../Global/Global.h \ |
35 | ../Global/Class_Input/Input.h \ |
- | |
36 | ../Global/Class_Input/Input_TCP.h \ |
- | |
37 | ../Global/Class_Input/Input_TTY.h \ |
- | |
38 | ../Global/Class_HandlerMK/HandlerMK.h \ |
- | |
39 | ../Global/Class_HandlerIP/HandlerIP.h \ |
- | |
40 | Dialogs/dlg_Main.h \ |
28 | Dialogs/dlg_Main.h \ |
41 | Dialogs/dlg_MotorMixer.h \ |
29 | Dialogs/dlg_MotorMixer.h \ |
- | 30 | Dialogs/dlg_MotorTest.h \ |
|
42 | Classes/cSettings.h \ |
31 | Classes/cSettings.h \ |
43 | TypeDefs.h |
32 | TypeDefs.h |
44 | FORMS += Dialogs/dlg_Main.ui \ |
33 | FORMS += Dialogs/dlg_Main.ui \ |
45 | Dialogs/dlg_MotorMixer.ui |
34 | Dialogs/dlg_MotorMixer.ui \ |
- | 35 | Dialogs/dlg_MotorTest.ui |