styles.pro Example File
widgets/styles/styles.proQT += 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
simulator: warning(This example might not fully work on Simulator platform)