Files
qt-creator/tests/manual/debugger/simple/simple_test_app.pro

28 lines
440 B
Prolog
Raw Normal View History

TEMPLATE = app
TARGET = simple_test_app
DEPENDPATH += .
INCLUDEPATH += .
DESTDIR = .
SOURCES += simple_test_app.cpp
QT += network
QT += script
QT += xml
greaterThan(QT_MAJOR_VERSION, 4) {
QT += core-private
QT *= widgets
}
#unix: QMAKE_CXXFLAGS += -msse2
#DEFINES += USE_BOOST=1
maemo5 {
target.path = /opt/usr/lib
target.path = /opt
INSTALLS += target
}
# Use for semi-automated testing
#DEFINES += USE_AUTORUN=1