summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderplugins/scene2d/scene2d.pro
blob: 4f7ae6ea992ca7de6f5342956651c5722c036455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)