qt5base-lts/tests/auto/qapplication/modal/modal.pro
Friedemann Kleint 6a3dce1995 Tests: Compile.
2011-05-23 16:49:06 +02:00

10 lines
138 B
Prolog

TEMPLATE = app
QT += widgets
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
SOURCES += main.cpp \
base.cpp
DESTDIR = ./
HEADERS += base.h