Subversion Repositories Projects

Rev

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

Rev 813 Rev 819
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
 
11
 
-
 
12
TRANSLATIONS = $${TARGET}_en.ts \
12
TRANSLATIONS = $${TARGET}_en.ts
13
               $${TARGET}_fr.ts
13
 
14
 
14
debug {
15
debug {
15
  DEFINES += _BETA_
16
  DEFINES += _BETA_
16
}
17
}
17
 
18
 
18
# Mac specific stuff
19
# Mac specific stuff
19
macx:{
20
macx:{
20
    LIBS    += /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
21
    LIBS    += /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
21
    ICON = ../Global/Images/Icons/$${TARGET}.icns
22
    ICON = ../Global/Images/Icons/$${TARGET}.icns
22
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/$${TARGET}.app/Contents/MacOS/.
23
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/$${TARGET}.app/Contents/MacOS/.
23
}
24
}
24
 
25
 
25
# And other
26
# And other
26
!macx:{
27
!macx:{
27
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/.
28
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/.
28
}
29
}
29
 
30
 
30
OBJECTS_DIR = ../Binary/.build/$${TARGET}
31
OBJECTS_DIR = ../Binary/.build/$${TARGET}
31
UI_DIR = ../Binary/.build/$${TARGET}
32
UI_DIR = ../Binary/.build/$${TARGET}
32
MOC_DIR = ../Binary/.build/$${TARGET}
33
MOC_DIR = ../Binary/.build/$${TARGET}
33
RCC_DIR = ../Binary/.build/$${TARGET}
34
RCC_DIR = ../Binary/.build/$${TARGET}
34
RESOURCES += $${TARGET}.qrc
35
RESOURCES += $${TARGET}.qrc
35
 
36
 
36
SOURCES += main.cpp \
37
SOURCES += main.cpp \
37
    Dialogs/dlg_Main.cpp \
38
    Dialogs/dlg_Main.cpp \
38
    Dialogs/dlg_MotorMixer.cpp \
39
    Dialogs/dlg_MotorMixer.cpp \
39
    Dialogs/dlg_MotorTest.cpp \
40
    Dialogs/dlg_MotorTest.cpp \
40
    Classes/cSettings.cpp
41
    Classes/cSettings.cpp
41
 
42
 
42
HEADERS += Defines.h \
43
HEADERS += Defines.h \
43
    ../Global/Global.h \
44
    ../Global/Global.h \
44
    Dialogs/dlg_Main.h \
45
    Dialogs/dlg_Main.h \
45
    Dialogs/dlg_MotorMixer.h \
46
    Dialogs/dlg_MotorMixer.h \
46
    Dialogs/dlg_MotorTest.h \
47
    Dialogs/dlg_MotorTest.h \
47
    Classes/cSettings.h \
48
    Classes/cSettings.h \
48
    TypeDefs.h
49
    TypeDefs.h
49
 
50
 
50
FORMS += Dialogs/dlg_Main.ui \
51
FORMS += Dialogs/dlg_Main.ui \
51
    Dialogs/dlg_MotorMixer.ui \
52
    Dialogs/dlg_MotorMixer.ui \
52
    Dialogs/dlg_MotorTest.ui
53
    Dialogs/dlg_MotorTest.ui