summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/trivialwizard/trivialwizard.pro
blob: 0321ac8fdb55250d9a9571dbb804bd90b18ddee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
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)