summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-22 23:43:37 +0800
committerruki <[email protected]>2020-09-22 23:43:37 +0800
commitd32f59b6015aee870527e6cad8be1d5dc6fbb03c (patch)
tree3a43e48baac8567229f8caa2e82d50c33f566ec8 /tests
parent815a7bce252923d39d2096a9d04adf0e2a8ed0bf (diff)
rename widgetapp test name
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/qt/widgetapp_static/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/qt/widgetapp_static/xmake.lua b/tests/projects/qt/widgetapp_static/xmake.lua
index 09ddc36f7..d1003fdd2 100644
--- a/tests/projects/qt/widgetapp_static/xmake.lua
+++ b/tests/projects/qt/widgetapp_static/xmake.lua
@@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release")
includes("qt_add_static_plugins.lua")
-target("qt_demo")
+target("demo")
add_rules("qt.widgetapp_static")
add_headerfiles("src/*.h")
add_files("src/*.cpp")