aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickshapes/weatherforecast/weatherforecast.pro
blob: 26778b89356ddb75dde16803345f0c9bbef37284 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    weatherforecast.qrc \
    ../../quick/shared/shared.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quickshapes/weatherforecast
INSTALLS += target