summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/licensewizard/licensewizard.pro
blob: 789dae0462087c57fafbbb32c1702a69bb4af7e1 (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

include($$QT_SOURCE_TREE/examples/examplebase.pri)