Files
qt-creator/tests/manual/gdbdebugger/simple/simple_gdbtest_app.pro

17 lines
254 B
Prolog
Raw Normal View History

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