summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/licensewizard/licensewizard.pro
blob: 2f72bd97f32311f9cf9467b01ef5caa90a18ee21 (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: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)