summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartthemes/chartthemes.pro
blob: 193dc4e6153930975423861b45a4f34f90fbb93f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += charts

HEADERS += \
    themewidget.h

SOURCES += \
    main.cpp \
    themewidget.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/charts/chartthemes
INSTALLS += target

FORMS += \
    themewidget.ui