Files
pilotclient/samples/physicalquantities/sample_physicalquantities.pro
2013-03-20 16:59:32 +01:00

25 lines
434 B
Prolog

QT += core
QT -= gui
TARGET = sample_physicalquantities
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
DEPENDPATH += . ../../src/blackcore
INCLUDEPATH += . ../../src
SOURCES += main.cpp
win32-msvc* {
PRE_TARGETDEPS += ../../lib/blackcore.lib
LIBS += ../../lib/blackcore.lib
}
!win32-msvc* {
PRE_TARGETDEPS += ../../lib/libblackcore.a
LIBS += ../../lib/libblackcore.a
}
DESTDIR = ../../bin