summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartthemes/chartthemes.pro
blob: 5def152f4b807c270e6109f165547900a964f425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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