From ce1f45cbfca2274f4b8fa8f4b77f5e84f195edb4 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Fri, 17 May 2024 08:18:06 +0200 Subject: [PATCH] Lua: Fix meta file install location Change-Id: I3dcd16057bac3ba4b5e125253b48c6a03f1ca33d Reviewed-by: Reviewed-by: Eike Ziller --- src/plugins/lua/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/CMakeLists.txt b/src/plugins/lua/CMakeLists.txt index abe8e9acc27..34ea937362a 100644 --- a/src/plugins/lua/CMakeLists.txt +++ b/src/plugins/lua/CMakeLists.txt @@ -59,5 +59,5 @@ qtc_copy_to_builddir(copy_lua_meta_files install( FILES ${META_FILES} - DESTINATION ${IDE_DATA_PATH}/lua + DESTINATION ${IDE_DATA_PATH}/lua/meta )