summaryrefslogtreecommitdiffstats
path: root/src/Runtime/ogl-runtime/src/api/studio3dqml/studio3dqml.pro
blob: b62a34245062522fffce8b90eb2d0efb980e0b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
include($$PWD/../../commoninclude.pri)

QT += qml quick opengl studio3d-private
CONFIG += plugin

qtHaveModule(multimedia) {
DEFINES += PLATFORM_HAS_QT_MULTIMEDIA_LIB
QT += multimedia
}

TARGET = qtstudio3dopengl
TARGETPATH = QtStudio3D/OpenGL
IMPORT_VERSION = 2.4

SOURCES += \
    q3dsplugin.cpp \
    q3dsstudio3d.cpp \
    q3dsrenderer.cpp \
    q3dspresentationitem.cpp

HEADERS += \
    q3dsplugin.h \
    q3dsrenderer_p.h \
    q3dsstudio3d_p.h \
    q3dspresentationitem_p.h

LIBS += \
    -lqt3dsopengl$$qtPlatformTargetSuffix() \
    -lqt3dsqmlstreamer$$qtPlatformTargetSuffix()

OTHER_FILES += \
  qmldir

load(qml_plugin)