summaryrefslogtreecommitdiffstats
path: root/src/input/input.pro
blob: 73a571c9fe0c242db4c01bfe0ccdbffcd0c3128f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = Qt3DInput

DEFINES += QT3DINPUT_LIBRARY

MODULE = 3dinput
MODULE_PLUGIN_TYPES = 3dinputdevices

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

QT += core-private 3dcore-private

include(frontend/frontend.pri)
include(backend/backend.pri)

HEADERS += \
    qt3dinput_global.h \
    qt3dinput_global_p.h

load(qt_module)