qt5base-lts/examples/mainwindows/mainwindows.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

21 lines
502 B
Prolog

TEMPLATE = subdirs
SUBDIRS = application \
dockwidgets \
mdi \
menus \
recentfiles \
sdi
symbian: SUBDIRS = \
menus
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows
INSTALLS += target sources
symbian: CONFIG += qt_example
QT += widgets