TEMPLATE = app TARGET = grue_app QT += quick SOURCES = main.cpp RESOURCES += \ qml.qrc app.files = \ icon.png \ $$files(*.qml) \ grue.png target.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue app.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue INSTALLS += target app