summaryrefslogtreecommitdiff
path: root/xmake/rules/qt/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/qt/xmake.lua')
-rw-r--r--xmake/rules/qt/xmake.lua4
1 files changed, 2 insertions, 2 deletions
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