summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/licensewizard/licensewizard.pro
blob: 4bcfdad38406a03af27c1fc8505dd4d8cbd51982 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = licensewizard.h
SOURCES       = licensewizard.cpp \
                main.cpp
RESOURCES     = licensewizard.qrc

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

QT += widgets printsupport
simulator: warning(This example might not fully work on Simulator platform)