summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/licensewizard/licensewizard.pro
blob: 8a4b25173727a6c5785ed5f85d84e925b79dcc7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets printsupport

HEADERS       = licensewizard.h
SOURCES       = licensewizard.cpp \
                main.cpp
RESOURCES     = licensewizard.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/licensewizard
INSTALLS += target

simulator: warning(This example might not fully work on Simulator platform)