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

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