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

SOURCES += main.cpp

RESOURCES += qmlchartsgallery.qrc

DISTFILES += \
    qml/* \
    qml/customlegend/* \
    qml/f1legends/*

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