summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/trivialwizard/trivialwizard.pro
blob: 63831e8576c46b04c5cda70d9255ce7ecbf5c3b6 (plain)
1
2
3
4
5
6
7
8
SOURCES       = trivialwizard.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/trivialwizard
INSTALLS += target

QT += widgets
simulator: warning(This example might not fully work on Simulator platform)