summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPasi Keränen <pasi.keranen@qt.io>2019-05-06 10:33:34 +0300
committerAapo Keskimolo <aapo.keskimolo@qt.io>2019-05-07 07:16:00 +0000
commit48362d4a2496b611407077bf36151fa31ef55fc4 (patch)
tree2d932d07183c728aace3c8a843f73c491cfd71d5
parent24fcce4eee6b9e39945340db78dad510c837fb72 (diff)
Make content library files visible from main project
Make text editable parts of content library visible directly in Qt Creator. Change-Id: I94a1adea42443b135a29e2e023a83ddaa058e93b Reviewed-by: Jari Karppinen <jari.karppinen@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--qt3dstudio.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt3dstudio.pro b/qt3dstudio.pro
index 411a83a8..9db8491d 100644
--- a/qt3dstudio.pro
+++ b/qt3dstudio.pro
@@ -13,6 +13,11 @@ requires(qtHaveModule(opengl))
SUBDIRS += \
doc
+OTHER_FILES += \
+ "Studio/Content/Behavior Library/*" \
+ "Studio/Content/Effect Library/*" \
+ "Studio/Content/Material Library/*"
+
load(qt_parts)
# 'deployqt' target can be used to automatically copy necessary Qt libraries needed by studio