summaryrefslogtreecommitdiffstats
path: root/examples/embedded/styleexample/styleexample.pro
blob: 8f29203df225bd362e4e2d34068d8dea768e3fee (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

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

target.path = $$[QT_INSTALL_EXAMPLES]/embedded/styleexample
INSTALLS += target