diff options
| author | ruki <[email protected]> | 2023-10-13 22:38:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-13 22:38:13 +0800 |
| commit | 736522b097bc41506b6b3694c0f1ff095362bfea (patch) | |
| tree | 401f5708da13048868c2e0028d794d5d94d0ee76 /xmake/includes | |
| parent | 4e84c69824df8815b6120c74c165326c224301eb (diff) | |
add builtin/qt includes
Diffstat (limited to 'xmake/includes')
| -rw-r--r-- | xmake/includes/qt/qt_add_static_plugins.lua (renamed from xmake/includes/qt_add_static_plugins.lua) | 0 | ||||
| -rw-r--r-- | xmake/includes/qt/xmake.lua | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/xmake/includes/qt_add_static_plugins.lua b/xmake/includes/qt/qt_add_static_plugins.lua index e65965972..e65965972 100644 --- a/xmake/includes/qt_add_static_plugins.lua +++ b/xmake/includes/qt/qt_add_static_plugins.lua diff --git a/xmake/includes/qt/xmake.lua b/xmake/includes/qt/xmake.lua new file mode 100644 index 000000000..c08485bf6 --- /dev/null +++ b/xmake/includes/qt/xmake.lua @@ -0,0 +1,21 @@ +--!A cross-platform build utility based on Lua +-- +-- Licensed under the Apache License, Version 2.0 (the "License"); +-- you may not use this file except in compliance with the License. +-- You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- +-- Copyright (C) 2015-present, TBOOX Open Source Group. +-- +-- @author ruki +-- @file xmake.lua +-- + +includes("@builtin/qt/qt_add_static_plugins.lua") |
