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

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