summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/styles/styles.pro
blob: b05e832edef1540c4edce5f2fe949057bce59413 (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]/widgets/widgets/styles
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styles.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/styles
INSTALLS += target sources

QT += widgets

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