summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/mainwindows.pro
blob: cf8f4b68c9d8da9dbb14c2ee08eea43aa1659bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE      = subdirs
SUBDIRS       = application \
		dockwidgets \
                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

QT += widgets