Subversion Repositories Projects

Rev

Rev 813 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
801 - 1
# -------------------------------------------------
2
# Project created by QtCreator 2009-07-20T20:04:00
3
# -------------------------------------------------
4
 
5
include(../Global/Widget_Connection.pri)
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 \
24
    Dialogs/dlg_MotorTest.cpp \
25
    Classes/cSettings.cpp
26
HEADERS += Defines.h \
27
    ../Global/Global.h \
28
    Dialogs/dlg_Main.h \
29
    Dialogs/dlg_MotorMixer.h \
30
    Dialogs/dlg_MotorTest.h \
31
    Classes/cSettings.h \
32
    TypeDefs.h
33
FORMS += Dialogs/dlg_Main.ui \
34
    Dialogs/dlg_MotorMixer.ui \
35
    Dialogs/dlg_MotorTest.ui