diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-25 14:10:48 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | 3c89964d797ea11fbeff18ead576a46f576a91e5 (patch) | |
tree | de7d105f886df91a9e90019e9bfc48b48f3247a3 /CMakeLists.txt | |
parent | 241d6105c0c8f1435b043c18eae6e517adfaa33c (diff) | |
download | subsurface-3c89964d797ea11fbeff18ead576a46f576a91e5.tar.gz |
mobile/kirigami: add the shaders as resource
These should already be part of the kirigami plugin, but without explicitly
adding them here they appear to not get found at runtime.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 48cb26b16..a009bc3af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -346,6 +346,7 @@ if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") ) qt5_add_resources(MOBILE_RESOURCES mobile-widgets/qml/mobile-resources.qrc) qt5_add_resources(MOBILE_RESOURCES mobile-widgets/3rdparty/icons.qrc) + qt5_add_resources(MOBILE_RESOURCES mobile-widgets/3rdparty/kirigami/src/scenegraph/shaders/shaders.qrc) # the following is split across two commands since in cmake 3.12 this would result # in a non-sensical "no sources given to target" error if done all as one set of |