Subversion Repositories Projects

Rev

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

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