Rev 674 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
674 | KeyOz | 1 | # ------------------------------------------------- |
2 | # Project created by QtCreator 2009-07-20T20:04:00 |
||
3 | # ------------------------------------------------- |
||
4 | |||
750 | KeyOz | 5 | include(../Global/Widget_Connection.pri) |
674 | KeyOz | 6 | |
7 | QT += network |
||
8 | TARGET = QMK-Settings |
||
9 | TEMPLATE = app |
||
10 | DESTDIR = ../Binary |
||
11 | |||
12 | debug { |
||
13 | DEFINES += _BETA_ |
||
14 | } |
||
15 | |||
16 | OBJECTS_DIR = ../Binary/.build/QMK-Settings |
||
17 | UI_DIR = ../Binary/.build/QMK-Settings |
||
18 | MOC_DIR = ../Binary/.build/QMK-Settings |
||
19 | RCC_DIR = ../Binary/.build/QMK-Settings |
||
20 | RESOURCES += QMK-Settings.qrc |
||
21 | SOURCES += main.cpp \ |
||
22 | Dialogs/dlg_Main.cpp \ |
||
23 | Dialogs/dlg_MotorMixer.cpp \ |
||
750 | KeyOz | 24 | Dialogs/dlg_MotorTest.cpp \ |
674 | KeyOz | 25 | Classes/cSettings.cpp |
26 | HEADERS += Defines.h \ |
||
27 | ../Global/Global.h \ |
||
28 | Dialogs/dlg_Main.h \ |
||
29 | Dialogs/dlg_MotorMixer.h \ |
||
750 | KeyOz | 30 | Dialogs/dlg_MotorTest.h \ |
674 | KeyOz | 31 | Classes/cSettings.h \ |
32 | TypeDefs.h |
||
33 | FORMS += Dialogs/dlg_Main.ui \ |
||
750 | KeyOz | 34 | Dialogs/dlg_MotorMixer.ui \ |
35 | Dialogs/dlg_MotorTest.ui |