summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/widgets/childwidget/childwidget.pro
blob: a227a68593fa0ca1e90fb8cfbd403e35082d635c (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

SOURCES = main.cpp

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

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