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

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

QT += widgets