Subversion Repositories Projects

Rev

Rev 801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 801 Rev 813
Line 3... Line 3...
3
# -------------------------------------------------
3
# -------------------------------------------------
4
QT += network
4
QT += network
5
TARGET = QMK-Communicator
5
TARGET = QMK-Communicator
6
TEMPLATE = app
6
TEMPLATE = app
Line -... Line 7...
-
 
7
 
-
 
8
TRANSLATIONS = $${TARGET}_en.ts \
-
 
9
               $${TARGET}_de.ts
7
 
10
 
Line 8... Line 11...
8
include(../Global/Class_SerialPort.pri)
11
include(../Global/Class_SerialPort.pri)
Line 9... Line 12...
9
 
12
 
10
DESTDIR = ../Binary
13
DESTDIR = ../Binary
11
 
14
 
Line -... Line 15...
-
 
15
debug {
-
 
16
  DEFINES += _BETA_
-
 
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
12
debug {
27
!macx:{
13
  DEFINES += _BETA_
28
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/.
14
}
29
}
15
 
30
 
-
 
31
OBJECTS_DIR = ../Binary/.build/$${TARGET}
16
OBJECTS_DIR = ../Binary/.build/QMK-Communicator
32
UI_DIR = ../Binary/.build/$${TARGET}
-
 
33
MOC_DIR = ../Binary/.build/$${TARGET}
17
UI_DIR = ../Binary/.build/QMK-Communicator
34
RCC_DIR = ../Binary/.build/$${TARGET}
18
MOC_DIR = ../Binary/.build/QMK-Communicator
35
 
19
RCC_DIR = ../Binary/.build/QMK-Communicator
36
RESOURCES += $${TARGET}.qrc
20
RESOURCES += QMK-Communicator.qrc
37
 
21
SOURCES += main.cpp \
38
SOURCES += main.cpp \
22
    ../Global/Class_Input/Input.cpp \
39
    ../Global/Class_Input/Input.cpp \
23
    ../Global/Class_Input/Input_TTY.cpp \
40
    ../Global/Class_Input/Input_TTY.cpp \
24
    ../Global/Class_Input/Input_TCP.cpp \
41
    ../Global/Class_Input/Input_TCP.cpp \
25
    ../Global/Class_HandlerMK/HandlerMK.cpp \
42
    ../Global/Class_HandlerMK/HandlerMK.cpp \
26
    ../Global/Class_HandlerIP/HandlerIP.cpp \
43
    ../Global/Class_HandlerIP/HandlerIP.cpp \
-
 
44
    Dialogs/dlg_Main.cpp \
27
    Dialogs/dlg_Main.cpp \
45
    Classes/cSettings.cpp \
28
    Classes/cSettings.cpp \
46
    Dialogs/dlg_Preferences.cpp \
29
    Dialogs/dlg_Preferences.cpp \
47
    Dialogs/dlg_Terminal.cpp
30
    Dialogs/dlg_Terminal.cpp
48
 
31
HEADERS += Defines.h \
49
HEADERS += Defines.h \
Line 39... Line 57...
39
    Classes/cSettings.h \
57
    Classes/cSettings.h \
40
    TypeDefs.h \
58
    TypeDefs.h \
41
    ../Global/Global.h \
59
    ../Global/Global.h \
42
    Dialogs/dlg_Preferences.h \
60
    Dialogs/dlg_Preferences.h \
43
    Dialogs/dlg_Terminal.h
61
    Dialogs/dlg_Terminal.h
-
 
62
 
44
FORMS += Dialogs/dlg_Main.ui \
63
FORMS += Dialogs/dlg_Main.ui \
45
    Dialogs/dlg_Preferences.ui \
64
    Dialogs/dlg_Preferences.ui \
46
    Dialogs/dlg_Terminal.ui
65
    Dialogs/dlg_Terminal.ui