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

HEADERS += \
    themewidget.h

SOURCES += \
    main.cpp \
    themewidget.cpp

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