TEMPLATE = app TARGET = qmlscene DESTDIR= $$QT.qml.bins QT += qml quick core-private !isEmpty(QT.widgets.name): QT += widgets target.path = $$[QT_INSTALL_BINS] INSTALLS += target macx: CONFIG -= app_bundle SOURCES += main.cpp CONFIG += console declarative_debug DEFINES += QML_RUNTIME_TESTING