summaryrefslogtreecommitdiff
path: root/tests/projects/qt/quickapp/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-08 22:11:59 +0800
committerruki <[email protected]>2019-09-08 22:11:59 +0800
commit123c6b7c40e797fbe02d81673fbcc88800b1f4b6 (patch)
tree203b65f21002483abf3be5cf0407147e94f072a4 /tests/projects/qt/quickapp/xmake.lua
parent311693f056cc268de9b811963a5677c7166a0a35 (diff)
add qt.quickapp and qt.widgetapp rules
Diffstat (limited to 'tests/projects/qt/quickapp/xmake.lua')
-rw-r--r--tests/projects/qt/quickapp/xmake.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/projects/qt/quickapp/xmake.lua b/tests/projects/qt/quickapp/xmake.lua
index 0eb3fc57a..f71402a14 100644
--- a/tests/projects/qt/quickapp/xmake.lua
+++ b/tests/projects/qt/quickapp/xmake.lua
@@ -6,7 +6,7 @@ add_rules("mode.debug", "mode.release")
target("qt_demo")
-- add rules
- add_rules("qt.application")
+ add_rules("qt.quickapp")
-- add headers
add_headerfiles("src/*.h")
@@ -15,6 +15,4 @@ target("qt_demo")
add_files("src/*.cpp")
add_files("src/qml.qrc")
- -- add frameworks
- add_frameworks("QtQuick")