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

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