Subversion Repositories Projects

Rev

Blame | Last modification | View Log | RSS feed

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

include(../Global/Widget_Connection.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 \
    Dialogs/dlg_Main.cpp \
    Classes/cSettings.cpp
HEADERS += Defines.h \
    ../Global/Global.h \
    Dialogs/dlg_Main.h \
    Classes/cSettings.h \
    TypeDefs.h
FORMS += Dialogs/dlg_Main.ui