diff options
| -rw-r--r-- | xmake/core/base/json.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/qt/xmake.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xmake/core/base/json.lua b/xmake/core/base/json.lua index e43ae7d52..0b38df42a 100644 --- a/xmake/core/base/json.lua +++ b/xmake/core/base/json.lua @@ -22,7 +22,7 @@ local json = json or {} local cjson = cjson or {} --- laod modules +-- load modules local io = require("base/io") local utils = require("base/utils") diff --git a/xmake/rules/qt/xmake.lua b/xmake/rules/qt/xmake.lua index df6f2e79d..b26a458a5 100644 --- a/xmake/rules/qt/xmake.lua +++ b/xmake/rules/qt/xmake.lua @@ -137,7 +137,7 @@ rule("qt.widgetapp_static") QtPlatformSupport = "QtPlatformCompositorSupport" end - -- laod some basic plugins and frameworks + -- load some basic plugins and frameworks local plugins = {} local frameworks = {"QtGui", "QtWidgets", "QtCore"} if qt_sdkver and qt_sdkver:lt("5.0") then @@ -211,7 +211,7 @@ rule("qt.quickapp_static") QtPlatformSupport = "QtPlatformCompositorSupport" end - -- laod some basic plugins and frameworks + -- load some basic plugins and frameworks local plugins = {} local frameworks = {"QtGui", "QtQuick", "QtQml", "QtQmlModels", "QtCore", "QtNetwork"} if target:is_plat("macosx") then |
