diff options
| author | ruki <[email protected]> | 2020-04-07 00:52:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-06 23:17:00 +0800 |
| commit | 62784952dc36f0ea9e3e5f764f5f9c094a74f1e5 (patch) | |
| tree | 7785197a35dd31145abcbbdc900ed008ffd0d203 | |
| parent | cc765abc4843ca1a0bed451d7ae6d584bc9222b4 (diff) | |
fix code style
| -rw-r--r-- | xmake/rules/qt/load.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/qt/load.lua b/xmake/rules/qt/load.lua index d035c734e..9944d2652 100644 --- a/xmake/rules/qt/load.lua +++ b/xmake/rules/qt/load.lua @@ -211,7 +211,6 @@ function main(target, opt) table.insert(local_frameworks, framework) end end - target:set("frameworks", local_frameworks) -- add some static third-party links if exists, e.g. libqtmain.a, libqtfreetype.q, libqtlibpng.a |
