aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/examples/dialogs/licensewizard/licensewizard.pro
blob: fd5e37ccff40b7acba26cc13c877098185d777b7 (plain)
1
2
3
4
5
6
7
8
9
10
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