summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/widgets/childwidget/childwidget.pro
blob: eda5ba83a00eca415ff350cb9cf14a7df882eb59 (plain)
1
2
3
4
5
6
7
8
9
10
11
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


simulator: warning(This example might not fully work on Simulator platform)