Subversion Repositories Projects

Rev

Rev 801 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 801 Rev 813
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 \
-
 
9
    xml
8
QT += network xml
10
TARGET = QMK-Maps
9
TARGET = QMK-Maps
-
 
10
TEMPLATE = app
11
TEMPLATE = app
11
 
-
 
12
TRANSLATIONS = $${TARGET}_en.ts \
-
 
13
               $${TARGET}_de.ts
12
DESTDIR = ../Binary
14
 
-
 
15
debug:DEFINES += _BETA_
-
 
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}
16
MOC_DIR = ../Binary/.build/QMK-Maps
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
 
-
 
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 \
22
    Classes/cSettings.cpp \
41
    Classes/cSettings.cpp \
23
    ../Global/Class_HandlerKML/HandlerKML.cpp
42
    ../Global/Class_HandlerKML/HandlerKML.cpp
24
HEADERS += Defines.h \
43
HEADERS += Defines.h \
25
    ../Global/Global.h \
44
    ../Global/Global.h \
26
    ../Global/Class_QMapControl.h \
45
    ../Global/Class_QMapControl.h \
27
    Dialogs/dlg_Main.h \
46
    Dialogs/dlg_Main.h \
28
    Dialogs/dlg_MapPos.h \
47
    Dialogs/dlg_MapPos.h \
29
    Classes/cSettings.h \
48
    Classes/cSettings.h \
30
    TypeDefs.h \
49
    TypeDefs.h \
31
    ../Global/Class_HandlerKML/HandlerKML.h
50
    ../Global/Class_HandlerKML/HandlerKML.h
32
FORMS += Dialogs/dlg_Main.ui \
51
FORMS += Dialogs/dlg_Main.ui \
33
    Dialogs/dlg_MapPos.ui
52
    Dialogs/dlg_MapPos.ui