diff options
| author | ruki <[email protected]> | 2021-12-23 22:28:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-23 22:28:38 +0800 |
| commit | a8d47c7ead29f76cfa3d59faa7ea233a82f45002 (patch) | |
| tree | 984d3dbafe557f8203504b4c04c284e1faa33979 | |
| parent | 18746c9405c2f6d460df56092bb9b8439a9cc720 (diff) | |
fix typo
| -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 |
