summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/logic/importslogic.pro
blob: c2b33f66557243cecc0d2256632c7ce90a7ab5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CXX_MODULE = qml
TARGET = quick3dlogicplugin
TARGETPATH = Qt3D/Logic
IMPORT_VERSION = 2.0

QT += core-private qml 3dcore 3dlogic

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

OTHER_FILES += qmldir

HEADERS += \
    qt3dquick3dlogicplugin.h

SOURCES += \
    qt3dquick3dlogicplugin.cpp

load(qml_plugin)