Lua: Fix qbs build

Install lua files to shared data by default.

Change-Id: I550f0f3a888376c93ad8b68bc7630b6f5f029979
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2024-05-24 13:51:18 +02:00
parent 731068a6a3
commit 13ba5ac62b

View File

@@ -70,6 +70,8 @@ QtcPlugin {
"widgets.lua",
"wizard.lua",
]
qbs.install: true
qbs.installDir: qtc.ide_data_path + "/lua/meta/"
}
Group {