summaryrefslogtreecommitdiff
path: root/tests/projects/qt/console/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/qt/console/xmake.lua')
-rw-r--r--tests/projects/qt/console/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/qt/console/xmake.lua b/tests/projects/qt/console/xmake.lua
index 249f52cdd..71b7ae892 100644
--- a/tests/projects/qt/console/xmake.lua
+++ b/tests/projects/qt/console/xmake.lua
@@ -1,5 +1,5 @@
--- add modes: debug and release
+-- add modes: debug and release
add_rules("mode.debug", "mode.release")
-- add target
@@ -9,5 +9,5 @@ target("qt_console")
add_rules("qt.console")
-- add files
- add_files("src/*.cpp")
+ add_files("src/*.cpp")