summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene2d/importsscene2d.pro
blob: 1582d4ee43b597683acf62611731c2fc22424bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CXX_MODULE = qml
TARGET = qtquickscene2dplugin
TARGETPATH = QtQuick/Scene2D
IMPORT_VERSION = 2.$$QT_MINOR_VERSION

QT += qml quick 3dcore 3drender 3drender-private 3dinput 3dlogic 3dquickscene2d 3dquickscene2d-private

# Qt3D is free of Q_FOREACH - make sure it stays that way:
DEFINES += QT_NO_FOREACH

HEADERS += \
    qtquickscene2dplugin.h \

SOURCES += \
    qtquickscene2dplugin.cpp \

OTHER_FILES += qmldir

load(qml_plugin)