summaryrefslogtreecommitdiffstats
path: root/demos/qmlaxes/qmlaxes.pro
blob: 3e1a095428ae758239310d83fcc2c19cda9ef2ed (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/qmlaxes/*

include(qmlapplicationviewer/qmlapplicationviewer.pri)