summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/windowlayout/windowlayout.pro
blob: 1517845aa19d3a62e3e41dcc9c7991aeef437b20 (plain)
1
2
3
4
5
6
7
8
SOURCES = main.cpp

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