Subversion Repositories Projects

Rev

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

# -------------------------------------------------
# Project created by QtCreator 2009-07-20T20:04:00
# -------------------------------------------------
QT += network
TARGET = QMK-Communicator
TEMPLATE = app

include(../Global/Class_SerialPort.pri)

DESTDIR = ../Binary

debug {
  DEFINES += _BETA_
}

OBJECTS_DIR = ../Binary/.build/QMK-Communicator
UI_DIR = ../Binary/.build/QMK-Communicator
MOC_DIR = ../Binary/.build/QMK-Communicator
RCC_DIR = ../Binary/.build/QMK-Communicator
RESOURCES += QMK-Communicator.qrc
SOURCES += main.cpp \
    ../Global/Class_Input/Input.cpp \
    ../Global/Class_Input/Input_TTY.cpp \
    ../Global/Class_Input/Input_TCP.cpp \
    ../Global/Class_HandlerMK/HandlerMK.cpp \
    ../Global/Class_HandlerIP/HandlerIP.cpp \
    Dialogs/dlg_Main.cpp \
    Classes/cSettings.cpp \
    Dialogs/dlg_Preferences.cpp \
    Dialogs/dlg_Terminal.cpp
HEADERS += Defines.h \
    ../Global/Kopter.h \
    ../Global/Class_Input/Input.h \
    ../Global/Class_Input/Input_TTY.h \
    ../Global/Class_Input/Input_TCP.h \
    ../Global/Class_HandlerMK/HandlerMK.h \
    ../Global/Class_HandlerIP/HandlerIP.h \
    Dialogs/dlg_Main.h \
    Classes/cSettings.h \
    TypeDefs.h \
    ../Global/Global.h \
    Dialogs/dlg_Preferences.h \
    Dialogs/dlg_Terminal.h
FORMS += Dialogs/dlg_Main.ui \
    Dialogs/dlg_Preferences.ui \
    Dialogs/dlg_Terminal.ui