summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/windowlayout/windowlayout.pro
blob: f8b55ba214d0679c1f6a1938bbef1e6e0b653ea0 (plain)
1
2
3
4
5
6
7
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