qt6-bb10/examples/widgets/widgets/styles/styles.pro

13 lines
306 B
Prolog

QT += widgets
HEADERS = norwegianwoodstyle.h \
widgetgallery.h
SOURCES = main.cpp \
norwegianwoodstyle.cpp \
widgetgallery.cpp
RESOURCES = styles.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/styles
INSTALLS += target