qt5base-lts/examples/embedded/styleexample/styleexample.pro

10 lines
210 B
Prolog
Raw Normal View History

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