summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/styles/styles.pro
blob: 87dee7e04c1cd5715ed177b01613d69b9a0cd7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets
requires(qtConfig(combobox))

HEADERS       = norwegianwoodstyle.h \
                widgetgallery.h
SOURCES       = main.cpp \
                norwegianwoodstyle.cpp \
                widgetgallery.cpp
RESOURCES     = styles.qrc

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