diff options
| author | ruki <[email protected]> | 2019-09-08 22:11:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-08 22:11:59 +0800 |
| commit | 123c6b7c40e797fbe02d81673fbcc88800b1f4b6 (patch) | |
| tree | 203b65f21002483abf3be5cf0407147e94f072a4 /tests/projects/qt/quickapp_static/xmake.lua | |
| parent | 311693f056cc268de9b811963a5677c7166a0a35 (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.lua | 5 |
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"}}) |
