summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlf1legends/qmlf1legends.pro
blob: a3081f150fb5353ec129a53b893d516e20ad844b (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/qmlf1legends/*

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