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

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