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

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