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

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