summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/styles/styles.pro
blob: f93175997f9420e29fb9d2d42c9ff0b5eb1b7ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

QT += widgets

simulator: warning(This example might not fully work on Simulator platform)