Skip to content

Commit

Permalink
remove runtime for moc #5006
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 23, 2024
1 parent 0219243 commit 085dd07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmake/rules/qt/moc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 085dd07

Please sign in to comment.