summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/stylesheet/stylesheet.pro
blob: 24590ab3dcbda45aa53e23abd52e6d7af9e23d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HEADERS       = mainwindow.h \
                stylesheeteditor.h
FORMS         = mainwindow.ui \
                stylesheeteditor.ui
RESOURCES     = stylesheet.qrc
SOURCES       = main.cpp \
                mainwindow.cpp \
                stylesheeteditor.cpp

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

QT += widgets

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