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

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

REQUIRES += "contains(styles, windows)"

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