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

SOURCES = main.cpp

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