summaryrefslogtreecommitdiffstats
path: root/demos/qmlweather/qmlweather.pro
blob: 52fa5716301d07e4f297a65d3f28d370c9f949f4 (plain)
1
2
3
4
5
6
7
8
9
10
!include( ../demos.pri ) {
    error( "Couldn't find the demos.pri file!" )
}

RESOURCES += resources.qrc
SOURCES += main.cpp
OTHER_FILES += qml/qmlweather/*

include(qmlapplicationviewer/qmlapplicationviewer.pri)