summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/trivialwizard/trivialwizard.pro
blob: b2a285e95a3bdb42bc87985e4ff9f31dc9ea4cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES       = trivialwizard.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/trivialwizard
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/trivialwizard
INSTALLS += target sources

symbian: CONFIG += qt_example
QT += widgets
maemo5: CONFIG += qt_example
symbian: warning(This example might not fully work on Symbian platform)
simulator: warning(This example might not fully work on Simulator platform)