Files
qt-creator/tests/manual/gdbdebugger/simple/simple_gdbtest_app.pro
2011-03-07 12:59:46 +01:00

19 lines
291 B
Prolog

TEMPLATE = app
TARGET = simple_gdbtest_app
DEPENDPATH += .
DESTDIR = .
SOURCES += simple_gdbtest_app.cpp
QT += network
QT += script
#unix: QMAKE_CXXFLAGS += -msse2
#DEFINES += USE_BOOST=1
message("this says <foo & bar>")
maemo5 {
target.path = /opt/usr/lib
INSTALLS += target
}