TARGET = scene2d QT += core-private 3dcore 3dcore-private 3drender 3drender-private 3dextras 3dquickscene2d 3dquickscene2d-private # Qt3D is free of Q_FOREACH - make sure it stays that way: DEFINES += QT_NO_FOREACH HEADERS += \ scene2dplugin.h SOURCES += \ main.cpp \ scene2dplugin.cpp DISTFILES += \ scene2dplugin.json PLUGIN_TYPE = renderplugins PLUGIN_CLASS_NAME = Scene2DPlugin load(qt_plugin)