summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/qt/console/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/templates/c++/qt/console/xmake.lua')
-rw-r--r--xmake/templates/c++/qt/console/xmake.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake/templates/c++/qt/console/xmake.lua b/xmake/templates/c++/qt/console/xmake.lua
new file mode 100644
index 000000000..2ce5aa993
--- /dev/null
+++ b/xmake/templates/c++/qt/console/xmake.lua
@@ -0,0 +1,7 @@
+add_rules("mode.debug", "mode.release")
+
+target("${TARGET_NAME}")
+ add_rules("qt.console")
+ add_files("src/*.cpp")
+
+${FAQ}