Files
qt-creator/tests/manual/gdbdebugger/gui/gui.pro
Oswald Buddenhagen 645b3c46ed remove "Automatically generated by qmake ..." blurbs
they are a bit misleading (and embarrassing ...)
2011-03-09 22:24:13 +01:00

10 lines
142 B
Prolog

TARGET = gui
CONFIG+=console
TEMPLATE = app
SOURCES += \
mainwindow.cpp \
tst_gui.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui