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

symbian: SUBDIRS = \
                menus


# install
target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)