summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/qt/load.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/rules/qt/load.lua b/xmake/rules/qt/load.lua
index b0fe5311c..8a83e5788 100644
--- a/xmake/rules/qt/load.lua
+++ b/xmake/rules/qt/load.lua
@@ -107,7 +107,8 @@ function main(target, opt)
-- add includedirs, linkdirs
if is_plat("macosx") then
- target:add("frameworks", "DiskArbitration", "IOKit")
+ target:add("frameworks", "DiskArbitration", "IOKit", "CoreFoundation", "CoreGraphics")
+ target:add("frameworks", "Carbon", "Foundation", "AppKit", "Security", "SystemConfiguration")
if useframeworks then
target:add("frameworkdirs", qt.linkdirs)
target:add("rpathdirs", "@executable_path/Frameworks", qt.linkdirs)