aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/shapes/plugin.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2017-07-28 11:54:44 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-07-29 15:40:27 +0000
commit5e8347fdbab98d721f031634a9f6c8b217072d34 (patch)
treeca507e39d1ffb058e6c622d17e19e1b236531f05 /src/imports/shapes/plugin.cpp
parent182983943b76bc0e40ff7693853ef2262323fa80 (diff)
Move shapes-related shaders to under the shapes plugin
Do not leave them in quick/items' qrc. Change-Id: I12360a54caa368219a7a80645f92af66aa9de9ba Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/shapes/plugin.cpp')
-rw-r--r--src/imports/shapes/plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/shapes/plugin.cpp b/src/imports/shapes/plugin.cpp
index ae0d02da93..1729fc88b4 100644
--- a/src/imports/shapes/plugin.cpp
+++ b/src/imports/shapes/plugin.cpp
@@ -47,6 +47,7 @@ static void initResources()
#ifdef QT_STATIC
Q_INIT_RESOURCE(qmake_QtQuick_Shapes);
#endif
+ Q_INIT_RESOURCE(shapes);
}
QT_BEGIN_NAMESPACE