summaryrefslogtreecommitdiff
path: root/xmake/rules/qt/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2022-06-10 00:04:45 +0200
committerArthur LAURENT <[email protected]>2022-06-10 00:04:45 +0200
commit209fb5bfbe329325f74913471fdf0ff784f792d7 (patch)
treea11bb5ab6b34085edc942c9848ada3f05e6730b7 /xmake/rules/qt/xmake.lua
parentf8358f12d79b373fceee3fd8213ef00045028f39 (diff)
rename quickplugin into qmlplugin
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 5ac3c9392..b8cc59cfd 100644
--- a/xmake/rules/qt/xmake.lua
+++ b/xmake/rules/qt/xmake.lua
@@ -235,8 +235,8 @@ rule("qt.quickapp_static")
on_install("android", "install.android")
after_install("windows", "install.windows")
--- define rule: qt quickplugin
-rule("qt.quickplugin")
+-- define rule: qt qmlplugin
+rule("qt.qmlplugin")
add_deps("qt.shared", "qt.qmltyperegistrar")
on_load(function(target)
import("load")(target, {frameworks = { "QtCore", "QtGui", "QtQuick", "QtQml", "QtNetwork" }})