blob: 5def152f4b807c270e6109f165547900a964f425 [file] [log] [blame]
QT += charts
requires(qtConfig(combobox))
HEADERS += \
themewidget.h
SOURCES += \
main.cpp \
themewidget.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/chartthemes
INSTALLS += target
FORMS += \
themewidget.ui