summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/input/importsinput.pro
blob: 2b0dd0354c01bc259fcf613fe463d560ee460779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CXX_MODULE = qml
TARGET = quick3dinputplugin
TARGETPATH = Qt3D/Input
IMPORT_VERSION = 2.$$QT_MINOR_VERSION

QT += core-private qml 3dcore 3dinput 3dinput-private 3dquickinput-private

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

OTHER_FILES += qmldir

HEADERS += \
    qt3dquick3dinputplugin.h

SOURCES += \
    qt3dquick3dinputplugin.cpp

qtHaveModule(gamepad): DEFINES += HAVE_QGAMEPAD

load(qml_plugin)