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

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

include(qmlapplicationviewer/qmlapplicationviewer.pri)