summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlcustomlegend/qmlcustomlegend.pro
blob: 478b68ac89b5aae81875bac98f097346ceb8aa38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += charts qml quick

SOURCES += \
    main.cpp

RESOURCES += \
    resources.qrc

DISTFILES += \
    qml/qmlcustomlegend/*

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