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

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

DEFINES += QT3DINPUT_LIBRARY

MODULE = 3dinput

load(qt_module)

include(input.pri)

HEADERS += \
    qt3dinput_global.h