59d1278c9e
Change-Id: I6ec0be8f058ad127c759fff3c4082a596db53405 Reviewed-on: http://codereview.qt.nokia.com/752 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kevin Wright <kevin.wright@nokia.com>
19 lines
511 B
Prolog
19 lines
511 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = application \
|
|
mainwindow \
|
|
mdi \
|
|
menus \
|
|
recentfiles \
|
|
sdi
|
|
|
|
mac* && !qpa: SUBDIRS += macmainwindow
|
|
|
|
# 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
|
|
maemo5: CONFIG += qt_example
|