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

SOURCES += main.cpp

RESOURCES += qmlgallery.qrc

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

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