summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/mainwindows.pro
blob: 9ed8e7aaff0f1a56638e1bad38caba8e00083914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
QT += widgets
maemo5: CONFIG += qt_example