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
# -------------------------------------------------
Line 4... Line 4...
4
 
4
 
5
include(../Global/Class_QMapControl.pri)
5
include(../Global/Class_QMapControl.pri)
Line 6... Line 6...
6
include(../Global/Widget_Connection.pri)
6
include(../Global/Widget_Connection.pri)
7
 
-
 
8
QT += network \
7
 
9
    xml
8
QT += network xml
-
 
9
TARGET = QMK-Maps
10
TARGET = QMK-Maps
10
TEMPLATE = app
-
 
11
 
-
 
12
TRANSLATIONS = $${TARGET}_en.ts \
11
TEMPLATE = app
13
               $${TARGET}_de.ts
-
 
14
 
-
 
15
debug:DEFINES += _BETA_
12
DESTDIR = ../Binary
16
 
13
debug:DEFINES += _BETA_
17
DESTDIR = ../Binary
14
OBJECTS_DIR = ../Binary/.build/QMK-Maps
18
OBJECTS_DIR = ../Binary/.build/$${TARGET}
15
UI_DIR = ../Binary/.build/QMK-Maps
19
UI_DIR = ../Binary/.build/$${TARGET}
-
 
20
MOC_DIR = ../Binary/.build/$${TARGET}
-
 
21
RCC_DIR = ../Binary/.build/$${TARGET}
-
 
22
 
-
 
23
# Mac specific stuff
-
 
24
macx:{
-
 
25
    LIBS    += /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
-
 
26
    ICON = ../Global/Images/Icons/$${TARGET}.icns
-
 
27
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/$${TARGET}.app/Contents/MacOS/.
-
 
28
}
-
 
29
 
-
 
30
# And other
-
 
31
!macx:{
-
 
32
    QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/.
-
 
33
}
-
 
34
 
16
MOC_DIR = ../Binary/.build/QMK-Maps
35
 
17
RCC_DIR = ../Binary/.build/QMK-Maps
36
 
18
RESOURCES += QMK-Maps.qrc
37
RESOURCES += $${TARGET}.qrc
19
SOURCES += main.cpp \
38
SOURCES += main.cpp \
20
    Dialogs/dlg_Main.cpp \
39
    Dialogs/dlg_Main.cpp \
21
    Dialogs/dlg_MapPos.cpp \
40
    Dialogs/dlg_MapPos.cpp \