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

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