Subversion Repositories Projects

Rev

Rev 801 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
801 - 1
# -------------------------------------------------
2
# Project created by QtCreator 2009-07-20T20:04:00
3
# -------------------------------------------------
4
 
5
include(../Global/Class_QMapControl.pri)
6
include(../Global/Widget_Connection.pri)
7
 
813 - 8
QT += network xml
801 - 9
TARGET = QMK-Maps
10
TEMPLATE = app
813 - 11
 
12
TRANSLATIONS = $${TARGET}_en.ts \
13
               $${TARGET}_de.ts
14
 
15
debug:DEFINES += _BETA_
16
 
801 - 17
DESTDIR = ../Binary
813 - 18
OBJECTS_DIR = ../Binary/.build/$${TARGET}
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
 
35
 
36
 
37
RESOURCES += $${TARGET}.qrc
801 - 38
SOURCES += main.cpp \
39
    Dialogs/dlg_Main.cpp \
40
    Dialogs/dlg_MapPos.cpp \
41
    Classes/cSettings.cpp \
42
    ../Global/Class_HandlerKML/HandlerKML.cpp
43
HEADERS += Defines.h \
44
    ../Global/Global.h \
45
    ../Global/Class_QMapControl.h \
46
    Dialogs/dlg_Main.h \
47
    Dialogs/dlg_MapPos.h \
48
    Classes/cSettings.h \
49
    TypeDefs.h \
50
    ../Global/Class_HandlerKML/HandlerKML.h
51
FORMS += Dialogs/dlg_Main.ui \
52
    Dialogs/dlg_MapPos.ui