summaryrefslogtreecommitdiff
path: root/tests/projects/qt/quickapp_static/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_static/xmake.lua
parent311693f056cc268de9b811963a5677c7166a0a35 (diff)
add qt.quickapp and qt.widgetapp rules
Diffstat (limited to 'tests/projects/qt/quickapp_static/xmake.lua')
-rw-r--r--tests/projects/qt/quickapp_static/xmake.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/projects/qt/quickapp_static/xmake.lua b/tests/projects/qt/quickapp_static/xmake.lua
index a7e447bfb..d670aa92d 100644
--- a/tests/projects/qt/quickapp_static/xmake.lua
+++ b/tests/projects/qt/quickapp_static/xmake.lua
@@ -9,7 +9,7 @@ includes("qt_add_static_plugins.lua")
target("qt_demo")
-- add rules
- add_rules("qt.application")
+ add_rules("qt.quickapp")
-- add headers
add_headerfiles("src/*.h")
@@ -18,9 +18,6 @@ target("qt_demo")
add_files("src/*.cpp")
add_files("src/qml.qrc")
- -- add frameworks
- add_frameworks("QtQuick")
-
-- add plugin: QXXXIntegrationPlugin
if is_plat("macosx") then
qt_add_static_plugins("QCocoaIntegrationPlugin", {linkdirs = "plugins/platforms", links = {"qcocoa", "Qt5PrintSupport", "Qt5PlatformSupport", "Qt5Widgets", "cups"}})