summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Qt3DStudio.pro
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2018-06-01 12:32:53 +0300
committerAntti Määttä <antti.maatta@qt.io>2018-06-19 08:49:35 +0000
commit0196510e727f2501c2c1cf0ad6db92b4fcd380f7 (patch)
tree3da2e29bd60de5daf529333f443c7b955b095201 /src/Authoring/Studio/Qt3DStudio.pro
parentdad11686f36385c579b109861251b0e23a95d4c4 (diff)
Implement preview of qml streamer content in studio
Task-number: QT3DS-665 Change-Id: Ib8adeaa68e7116161bf898dd898215240a64f1ab Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Qt3DStudio.pro')
-rw-r--r--src/Authoring/Studio/Qt3DStudio.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Qt3DStudio.pro b/src/Authoring/Studio/Qt3DStudio.pro
index cec3465d..be2e2311 100644
--- a/src/Authoring/Studio/Qt3DStudio.pro
+++ b/src/Authoring/Studio/Qt3DStudio.pro
@@ -69,7 +69,8 @@ INCLUDEPATH += \
../../Runtime/Source/Qt3DSStateApplication/Application \
../../Runtime/Source/Qt3DSEvent/InternalInclude \
../../3rdparty/EASTL/UnknownVersion/include \
- ../../3rdparty/color
+ ../../3rdparty/color \
+ ../../QtExtras/qmlstreamer
linux {
BEGIN_ARCHIVE = -Wl,--whole-archive
@@ -100,6 +101,7 @@ STATICRUNTIME = \
LIBS += \
-lqt3dsruntimestatic$$qtPlatformTargetSuffix() \
+ -lqt3dsqmlstreamer$$qtPlatformTargetSuffix() \
$$QMAKE_LIBS_FBX
linux {