diff options
| author | ruki <[email protected]> | 2024-04-24 00:56:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-24 00:56:27 +0800 |
| commit | 085dd0734f932bad1e205d21e5064adeeebac40c (patch) | |
| tree | 53fd97dcf4bbf52aeb5dc090a4dd771462e10d0b | |
| parent | 0219243bddc2b742178c1b8fb7a77f1a6fdbf8f0 (diff) | |
remove runtime for moc #5006
| -rw-r--r-- | xmake/rules/qt/moc/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/qt/moc/xmake.lua b/xmake/rules/qt/moc/xmake.lua index a68f7ac5c..623d3a6cb 100644 --- a/xmake/rules/qt/moc/xmake.lua +++ b/xmake/rules/qt/moc/xmake.lua @@ -71,7 +71,6 @@ rule("qt.moc") -- generate c++ source file for moc local flags = {} table.join2(flags, compiler.map_flags("cxx", "define", _get_values_from_target(target, "defines"))) - table.join2(flags, compiler.map_flags("cxx", "runtime", _get_values_from_target(target, "runtimes"))) local pathmaps = { {"includedirs", "includedir"}, {"sysincludedirs", "includedir"}, -- for now, moc process doesn't support MSVC external includes flags and will fail |
