Subversion Repositories Projects

Rev

Rev 813 | 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 \
821 - 13
               $${TARGET}_de.ts \
14
               $${TARGET}_fr.ts
813 - 15
 
16
debug:DEFINES += _BETA_
17
 
801 - 18
DESTDIR = ../Binary
813 - 19
OBJECTS_DIR = ../Binary/.build/$${TARGET}
20
UI_DIR = ../Binary/.build/$${TARGET}
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
 
37
 
38
RESOURCES += $${TARGET}.qrc
801 - 39
SOURCES += main.cpp \
40
    Dialogs/dlg_Main.cpp \
41
    Dialogs/dlg_MapPos.cpp \
42
    Classes/cSettings.cpp \
43
    ../Global/Class_HandlerKML/HandlerKML.cpp
44
HEADERS += Defines.h \
45
    ../Global/Global.h \
46
    ../Global/Class_QMapControl.h \
47
    Dialogs/dlg_Main.h \
48
    Dialogs/dlg_MapPos.h \
49
    Classes/cSettings.h \
50
    TypeDefs.h \
51
    ../Global/Class_HandlerKML/HandlerKML.h
52
FORMS += Dialogs/dlg_Main.ui \
53
    Dialogs/dlg_MapPos.ui