summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/mainwindows.pro
blob: 7301c96a794f91fc47956153de58a7d43ce7c490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE      = subdirs
SUBDIRS       = application \
                mdi \
                menus \
                recentfiles \
                sdi

# 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