summaryrefslogtreecommitdiff
path: root/tests/projects/console_c/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-17 22:46:43 +0800
committerruki <[email protected]>2018-04-17 10:40:23 +0800
commite9df357185b4ed02e230a11bfe76ad7dcf3a5376 (patch)
tree8f303e98154a684a8d9df11deb72cdf8d9554cb2 /tests/projects/console_c/xmake.lua
parentacf8310347d557a731ded14acd283a073129bf29 (diff)
compile qrc file for qt
Diffstat (limited to 'tests/projects/console_c/xmake.lua')
-rw-r--r--tests/projects/console_c/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/console_c/xmake.lua b/tests/projects/console_c/xmake.lua
index 4faa18a0f..a9106daff 100644
--- a/tests/projects/console_c/xmake.lua
+++ b/tests/projects/console_c/xmake.lua
@@ -1,6 +1,6 @@
-- add modes: debug and release
-add_rules("mode:debug", "mode:release")
+add_rules("mode.debug", "mode.release")
-- add target
target("console_c")