Files
qt-creator/tests/manual/debugger/simple/simple_test_app.pro
hjk 103fc8325a debugger: add some test case for std::ifstream
Change-Id: I296bdd70724d8ae4b70ea27de788b0bc0b2294cb
Reviewed-by: hjk <qthjk@ovi.com>
2011-10-20 16:10:06 +02:00

27 lines
414 B
Prolog

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
message("this says <foo & bar>")
maemo5 {
target.path = /opt/usr/lib
target.path = /opt
INSTALLS += target
}