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_SerialPort.pri)

QT += network
TARGET = QMK-Scope
TEMPLATE = app
DESTDIR = ../Binary
OBJECTS_DIR = ../Binary/.build/QMK-Scope
UI_DIR = ../Binary/.build/QMK-Scope
MOC_DIR = ../Binary/.build/QMK-Scope
RCC_DIR = ../Binary/.build/QMK-Scope

debug {
  DEFINES += _BETA_
  LIBS += -lqwt
  INCLUDEPATH += $(HOME)/include /usr/include/qwt
}

Suse {
  LIBS += -lqwt
  INCLUDEPATH += $(HOME)/include /usr/include/qwt
}

Debian {
  LIBS += -lqwt-qt4
  INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
}

Gentoo {
  LIBS += -lqwt
  INCLUDEPATH += $(HOME)/include /usr/include/qwt5
}

OSX {
  LIBS += -L/opt/local/lib -lqwt
  INCLUDEPATH += /opt/local/include
}
RESOURCES += QMK-Scope.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 \
    Classes/cSettings.cpp
HEADERS += Defines.h \
    ../Global/Kopter.h \
    ../Global/Global.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 \
    Classes/cSettings.h \
    TypeDefs.h
FORMS += Dialogs/dlg_Main.ui