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 /xmake/rules | |
| parent | 18746c9405c2f6d460df56092bb9b8439a9cc720 (diff) | |
fix typo
Diffstat (limited to 'xmake/rules')
| -rw-r--r-- | xmake/rules/qt/xmake.lua | 4 |
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 |
