Qt Quick Demo - Maroon in Trouble
TEMPLATE = app QT += qml quick qtHaveModule(multimedia): QT += multimedia SOURCES += main.cpp RESOURCES += maroon.qrc target.path = $$[QT_INSTALL_EXAMPLES]/demos/maroon INSTALLS += target
TEMPLATE = app QT += qml quick qtHaveModule(multimedia): QT += multimedia SOURCES += main.cpp RESOURCES += maroon.qrc target.path = $$[QT_INSTALL_EXAMPLES]/demos/maroon INSTALLS += target