Subversion Repositories Projects

Rev

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

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