forked from qt-creator/qt-creator
Lua: Fix MinGW build for qbs
Change-Id: Ia0afe744add081d8f255ad6328b6ae55ca07fc11 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -9,6 +9,11 @@ QtcPlugin {
|
||||
Depends { name: "lua546" }
|
||||
Depends { name: "sol2" }
|
||||
|
||||
Properties {
|
||||
condition: qbs.toolchain.contains("mingw")
|
||||
cpp.optimization: "fast"
|
||||
}
|
||||
|
||||
files: [
|
||||
// "generateqtbindings.cpp", // use this if you need to generate some code
|
||||
"lua_global.h",
|
||||
|
Reference in New Issue
Block a user