summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/childwidget/childwidget.pro
blob: f23193fa29a0e84c6fdfb74c33f4227014248168 (plain)
1
2
3
4
5
6
7
8
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
QT += widgets