Subversion Repositories Projects

Rev

Blame | Last modification | View Log | RSS feed

# -------------------------------------------------
# Project created by QtCreator 2009-07-20T20:04:00
# -------------------------------------------------

DEFINES += _TTY_POSIX_
include(../Global/Class_QMapControl.pri)
include(../Global/Class_SerialPort.pri)

QT += network \
    xml
TARGET = QMK-Maps
TEMPLATE = app
DESTDIR = ../Binary
debug:DEFINES += _BETA_
OBJECTS_DIR = ../Binary/.build/QMK-Maps
UI_DIR = ../Binary/.build/QMK-Maps
MOC_DIR = ../Binary/.build/QMK-Maps
RCC_DIR = ../Binary/.build/QMK-Maps
RESOURCES += QMK-Maps.qrc
SOURCES += main.cpp \
    ../Global/Class_Input/Input.cpp \
    ../Global/Class_Input/Input_TCP.cpp \
    ../Global/Class_Input/Input_TTY.cpp \
    ../Global/Class_HandlerMK/HandlerMK.cpp \
    ../Global/Class_HandlerIP/HandlerIP.cpp \
    Dialogs/dlg_Main.cpp \
    Dialogs/dlg_MapPos.cpp \
    Classes/cSettings.cpp \
    ../Global/Class_HandlerKML/HandlerKML.cpp
HEADERS += Defines.h \
    ../Global/Kopter.h \
    ../Global/MK_Datatypes.h \
    ../Global/Global.h \
    ../Global/Class_QMapControl.h \
    ../Global/Class_Input/Input.h \
    ../Global/Class_Input/Input_TCP.h \
    ../Global/Class_Input/Input_TTY.h \
    ../Global/Class_HandlerMK/HandlerMK.h \
    ../Global/Class_HandlerIP/HandlerIP.h \
    Dialogs/dlg_Main.h \
    Dialogs/dlg_MapPos.h \
    Classes/cSettings.h \
    TypeDefs.h \
    ../Global/Class_HandlerKML/HandlerKML.h
FORMS += Dialogs/dlg_Main.ui \
    Dialogs/dlg_MapPos.ui