Subversion Repositories Projects

Rev

Rev 813 | Go to most recent revision | Details | 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
 
8
QT += network \
9
    xml
10
TARGET = QMK-Maps
11
TEMPLATE = app
12
DESTDIR = ../Binary
13
debug:DEFINES += _BETA_
14
OBJECTS_DIR = ../Binary/.build/QMK-Maps
15
UI_DIR = ../Binary/.build/QMK-Maps
16
MOC_DIR = ../Binary/.build/QMK-Maps
17
RCC_DIR = ../Binary/.build/QMK-Maps
18
RESOURCES += QMK-Maps.qrc
19
SOURCES += main.cpp \
20
    Dialogs/dlg_Main.cpp \
21
    Dialogs/dlg_MapPos.cpp \
22
    Classes/cSettings.cpp \
23
    ../Global/Class_HandlerKML/HandlerKML.cpp
24
HEADERS += Defines.h \
25
    ../Global/Global.h \
26
    ../Global/Class_QMapControl.h \
27
    Dialogs/dlg_Main.h \
28
    Dialogs/dlg_MapPos.h \
29
    Classes/cSettings.h \
30
    TypeDefs.h \
31
    ../Global/Class_HandlerKML/HandlerKML.h
32
FORMS += Dialogs/dlg_Main.ui \
33
    Dialogs/dlg_MapPos.ui