summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/licensewizard/licensewizard.pro
blob: cdf6aa7fdcdb8f21d38a6edb65c89865facd737d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS       = licensewizard.h
SOURCES       = licensewizard.cpp \
                main.cpp
RESOURCES     = licensewizard.qrc

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

symbian: CONFIG += qt_example