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

QT += core core-private 3dcore 3dcore-private 3drender

DEFINES += QT3DINPUT_LIBRARY

MODULE = 3dinput
MODULE_PLUGIN_TYPES = 3dinputdevices

load(qt_module)

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

HEADERS += \
    qt3dinput_global.h \
    qt3dinput_global_p.h