summaryrefslogtreecommitdiffstats
path: root/examples/embedded/styleexample/styleexample.pro
blob: 3cd4d0a3c087826739787ae41ee711785b40b0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

# Input
HEADERS += stylewidget.h
FORMS += stylewidget.ui
SOURCES += main.cpp stylewidget.cpp
RESOURCES += styleexample.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styleexample
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.html
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styleexample
INSTALLS += target sources

QT += widgets widgets