summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-02-22 23:53:44 +0800
committerruki <[email protected]>2019-02-22 17:22:29 +0800
commit59f904ceaf907fbd1a88b41c4367cae1a23ed242 (patch)
treec8448c83c2446ab494a1ab989be7b582d211743a
parent64f2369facbd10688222e01611a29fac18f54301 (diff)
add some frameworks for qt
-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)