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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets/childwidget
INSTALLS += target
QT += widgets


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