summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/styles/styles.pro
blob: 0be4f1ef3c1478b15f9c513b2228ec5c5c2cca5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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]/qtbase/widgets/styles
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styles.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/styles
INSTALLS += target sources

QT += widgets

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