summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/licensewizard/licensewizard.pro
blob: b76ae149d945cfc8db37b68b3f8b16a9e815652a (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]/dialogs/licensewizard
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/dialogs/licensewizard
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)