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