Subversion Repositories Projects

Rev

Rev 750 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 750 Rev 908
1
# -------------------------------------------------
1
# -------------------------------------------------
2
# Project created by QtCreator 2009-07-20T20:04:00
2
# Project created by QtCreator 2009-07-20T20:04:00
3
# -------------------------------------------------
3
# -------------------------------------------------
4
 
4
 
5
include(../Global/Widget_Connection.pri)
5
include(../Global/Widget_Connection.pri)
6
 
6
 
7
QT += network
7
QT += network
8
TARGET = QMK-Settings
8
TARGET = QMK-Settings
9
TEMPLATE = app
9
TEMPLATE = app
10
DESTDIR = ../Binary
10
DESTDIR = ../Binary
-
 
11
 
-
 
12
TRANSLATIONS = $${TARGET}_en.ts \
-
 
13
               $${TARGET}_fr.ts
11
 
14
 
12
debug {
15
debug {
13
  DEFINES += _BETA_
16
  DEFINES += _BETA_
14
}
17
}
-
 
18
 
-
 
19
# Mac specific stuff
-
 
20
macx:{
-
 
21
    LIBS    += /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
-
 
22
    ICON = ../Global/Images/Icons/$${TARGET}.icns
-
 
23
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/$${TARGET}.app/Contents/MacOS/.
-
 
24
}
-
 
25
 
-
 
26
# And other
-
 
27
!macx:{
-
 
28
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/.
-
 
29
}
15
 
30
 
16
OBJECTS_DIR = ../Binary/.build/QMK-Settings
31
OBJECTS_DIR = ../Binary/.build/$${TARGET}
17
UI_DIR = ../Binary/.build/QMK-Settings
32
UI_DIR = ../Binary/.build/$${TARGET}
18
MOC_DIR = ../Binary/.build/QMK-Settings
33
MOC_DIR = ../Binary/.build/$${TARGET}
19
RCC_DIR = ../Binary/.build/QMK-Settings
34
RCC_DIR = ../Binary/.build/$${TARGET}
-
 
35
RESOURCES += $${TARGET}.qrc
20
RESOURCES += QMK-Settings.qrc
36
 
21
SOURCES += main.cpp \
37
SOURCES += main.cpp \
22
    Dialogs/dlg_Main.cpp \
38
    Dialogs/dlg_Main.cpp \
23
    Dialogs/dlg_MotorMixer.cpp \
39
    Dialogs/dlg_MotorMixer.cpp \
24
    Dialogs/dlg_MotorTest.cpp \
40
    Dialogs/dlg_MotorTest.cpp \
25
    Classes/cSettings.cpp
41
    Classes/cSettings.cpp
-
 
42
 
26
HEADERS += Defines.h \
43
HEADERS += Defines.h \
27
    ../Global/Global.h \
44
    ../Global/Global.h \
28
    Dialogs/dlg_Main.h \
45
    Dialogs/dlg_Main.h \
29
    Dialogs/dlg_MotorMixer.h \
46
    Dialogs/dlg_MotorMixer.h \
30
    Dialogs/dlg_MotorTest.h \
47
    Dialogs/dlg_MotorTest.h \
31
    Classes/cSettings.h \
48
    Classes/cSettings.h \
32
    TypeDefs.h
49
    TypeDefs.h
-
 
50
 
33
FORMS += Dialogs/dlg_Main.ui \
51
FORMS += Dialogs/dlg_Main.ui \
34
    Dialogs/dlg_MotorMixer.ui \
52
    Dialogs/dlg_MotorMixer.ui \
35
    Dialogs/dlg_MotorTest.ui
53
    Dialogs/dlg_MotorTest.ui