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

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