Remove the MacMainWindow example.
[profile/ivi/qtbase.git] / examples / mainwindows / mainwindows.pro
1 TEMPLATE      = subdirs
2 SUBDIRS       = application \
3                 dockwidgets \
4                 mainwindow \
5                 mdi \
6                 menus \
7                 recentfiles \
8                 sdi
9
10 # install
11 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows
12 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README
13 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows
14 INSTALLS += target sources
15
16 QT += widgets