diff options
| author | ruki <[email protected]> | 2026-03-02 23:52:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-02 23:52:25 +0800 |
| commit | b01dcb775c98cc48abe65a91ef9bf093be875682 (patch) | |
| tree | aef3e65981edc5506f9d20197be0892ce2957ba1 /xmake/templates/c++ | |
| parent | 3c1e3d746b7cc0a1a5dec9448a72a13bfe30f246 (diff) | |
improve template dirs
Diffstat (limited to 'xmake/templates/c++')
| -rw-r--r-- | xmake/templates/c++/module/binary/.gitignore (renamed from xmake/templates/c++/module.binary/.gitignore) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/binary/modules/binary/bar/.gitignore (renamed from xmake/templates/c++/module.binary/modules/binary/bar/.gitignore) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/binary/modules/binary/bar/src/add.cpp (renamed from xmake/templates/c++/module.binary/modules/binary/bar/src/add.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/binary/modules/binary/bar/src/sub.cpp (renamed from xmake/templates/c++/module.binary/modules/binary/bar/src/sub.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/binary/modules/binary/bar/xmake.lua (renamed from xmake/templates/c++/module.binary/modules/binary/bar/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/binary/src/main.cpp (renamed from xmake/templates/c++/module.binary/src/main.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/binary/xmake.lua (renamed from xmake/templates/c++/module.binary/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/shared/.gitignore (renamed from xmake/templates/c++/module.shared/.gitignore) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/shared/modules/shared/foo/src/foo.cpp (renamed from xmake/templates/c++/module.shared/modules/shared/foo/src/foo.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/shared/modules/shared/foo/xmake.lua (renamed from xmake/templates/c++/module.shared/modules/shared/foo/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/shared/src/main.cpp (renamed from xmake/templates/c++/module.shared/src/main.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/module/shared/xmake.lua (renamed from xmake/templates/c++/module.shared/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/console/src/main.cpp (renamed from xmake/templates/c++/qt.console/src/main.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/console/xmake.lua (renamed from xmake/templates/c++/qt.console/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/quickapp/src/main.cpp (renamed from xmake/templates/c++/qt.quickapp/src/main.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/quickapp/src/main.qml (renamed from xmake/templates/c++/qt.quickapp/src/main.qml) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/quickapp/src/qml.qrc (renamed from xmake/templates/c++/qt.quickapp/src/qml.qrc) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/quickapp/xmake.lua (renamed from xmake/templates/c++/qt.quickapp/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/quickapp_static/src/main.cpp (renamed from xmake/templates/c++/qt.quickapp_static/src/main.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/quickapp_static/src/main.qml (renamed from xmake/templates/c++/qt.quickapp_static/src/main.qml) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/quickapp_static/src/qml.qrc (renamed from xmake/templates/c++/qt.quickapp_static/src/qml.qrc) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/quickapp_static/xmake.lua (renamed from xmake/templates/c++/qt.quickapp_static/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/shared/src/demo.cpp (renamed from xmake/templates/c++/qt.shared/src/demo.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/shared/src/demo.h (renamed from xmake/templates/c++/qt.shared/src/demo.h) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/shared/src/demo_global.h (renamed from xmake/templates/c++/qt.shared/src/demo_global.h) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/shared/xmake.lua (renamed from xmake/templates/c++/qt.shared/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/static/src/demo.cpp (renamed from xmake/templates/c++/qt.static/src/demo.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/static/src/demo.h (renamed from xmake/templates/c++/qt.static/src/demo.h) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/static/xmake.lua (renamed from xmake/templates/c++/qt.static/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp/src/main.cpp (renamed from xmake/templates/c++/qt.widgetapp/src/main.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp/src/mainwindow.cpp (renamed from xmake/templates/c++/qt.widgetapp/src/mainwindow.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp/src/mainwindow.h (renamed from xmake/templates/c++/qt.widgetapp/src/mainwindow.h) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp/src/mainwindow.ui (renamed from xmake/templates/c++/qt.widgetapp/src/mainwindow.ui) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp/xmake.lua (renamed from xmake/templates/c++/qt.widgetapp/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp_static/src/main.cpp (renamed from xmake/templates/c++/qt.widgetapp_static/src/main.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp_static/src/mainwindow.cpp (renamed from xmake/templates/c++/qt.widgetapp_static/src/mainwindow.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp_static/src/mainwindow.h (renamed from xmake/templates/c++/qt.widgetapp_static/src/mainwindow.h) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp_static/src/mainwindow.ui (renamed from xmake/templates/c++/qt.widgetapp_static/src/mainwindow.ui) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/qt/widgetapp_static/xmake.lua (renamed from xmake/templates/c++/qt.widgetapp_static/xmake.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/xmake/cli/src/lni/main.cpp (renamed from xmake/templates/c++/xmake.cli/src/lni/main.cpp) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/xmake/cli/src/lua/main.lua (renamed from xmake/templates/c++/xmake.cli/src/lua/main.lua) | 0 | ||||
| -rw-r--r-- | xmake/templates/c++/xmake/cli/xmake.lua (renamed from xmake/templates/c++/xmake.cli/xmake.lua) | 0 |
42 files changed, 0 insertions, 0 deletions
diff --git a/xmake/templates/c++/module.binary/.gitignore b/xmake/templates/c++/module/binary/.gitignore index 152105761..152105761 100644 --- a/xmake/templates/c++/module.binary/.gitignore +++ b/xmake/templates/c++/module/binary/.gitignore diff --git a/xmake/templates/c++/module.binary/modules/binary/bar/.gitignore b/xmake/templates/c++/module/binary/modules/binary/bar/.gitignore index 152105761..152105761 100644 --- a/xmake/templates/c++/module.binary/modules/binary/bar/.gitignore +++ b/xmake/templates/c++/module/binary/modules/binary/bar/.gitignore diff --git a/xmake/templates/c++/module.binary/modules/binary/bar/src/add.cpp b/xmake/templates/c++/module/binary/modules/binary/bar/src/add.cpp index 93fdf0ad8..93fdf0ad8 100644 --- a/xmake/templates/c++/module.binary/modules/binary/bar/src/add.cpp +++ b/xmake/templates/c++/module/binary/modules/binary/bar/src/add.cpp diff --git a/xmake/templates/c++/module.binary/modules/binary/bar/src/sub.cpp b/xmake/templates/c++/module/binary/modules/binary/bar/src/sub.cpp index ae7b6d1f2..ae7b6d1f2 100644 --- a/xmake/templates/c++/module.binary/modules/binary/bar/src/sub.cpp +++ b/xmake/templates/c++/module/binary/modules/binary/bar/src/sub.cpp diff --git a/xmake/templates/c++/module.binary/modules/binary/bar/xmake.lua b/xmake/templates/c++/module/binary/modules/binary/bar/xmake.lua index add3c6e97..add3c6e97 100644 --- a/xmake/templates/c++/module.binary/modules/binary/bar/xmake.lua +++ b/xmake/templates/c++/module/binary/modules/binary/bar/xmake.lua diff --git a/xmake/templates/c++/module.binary/src/main.cpp b/xmake/templates/c++/module/binary/src/main.cpp index 9b6abffea..9b6abffea 100644 --- a/xmake/templates/c++/module.binary/src/main.cpp +++ b/xmake/templates/c++/module/binary/src/main.cpp diff --git a/xmake/templates/c++/module.binary/xmake.lua b/xmake/templates/c++/module/binary/xmake.lua index d73d457d3..d73d457d3 100644 --- a/xmake/templates/c++/module.binary/xmake.lua +++ b/xmake/templates/c++/module/binary/xmake.lua diff --git a/xmake/templates/c++/module.shared/.gitignore b/xmake/templates/c++/module/shared/.gitignore index 152105761..152105761 100644 --- a/xmake/templates/c++/module.shared/.gitignore +++ b/xmake/templates/c++/module/shared/.gitignore diff --git a/xmake/templates/c++/module.shared/modules/shared/foo/src/foo.cpp b/xmake/templates/c++/module/shared/modules/shared/foo/src/foo.cpp index adde214ca..adde214ca 100644 --- a/xmake/templates/c++/module.shared/modules/shared/foo/src/foo.cpp +++ b/xmake/templates/c++/module/shared/modules/shared/foo/src/foo.cpp diff --git a/xmake/templates/c++/module.shared/modules/shared/foo/xmake.lua b/xmake/templates/c++/module/shared/modules/shared/foo/xmake.lua index 9b3423d41..9b3423d41 100644 --- a/xmake/templates/c++/module.shared/modules/shared/foo/xmake.lua +++ b/xmake/templates/c++/module/shared/modules/shared/foo/xmake.lua diff --git a/xmake/templates/c++/module.shared/src/main.cpp b/xmake/templates/c++/module/shared/src/main.cpp index 9b6abffea..9b6abffea 100644 --- a/xmake/templates/c++/module.shared/src/main.cpp +++ b/xmake/templates/c++/module/shared/src/main.cpp diff --git a/xmake/templates/c++/module.shared/xmake.lua b/xmake/templates/c++/module/shared/xmake.lua index 43aafe904..43aafe904 100644 --- a/xmake/templates/c++/module.shared/xmake.lua +++ b/xmake/templates/c++/module/shared/xmake.lua diff --git a/xmake/templates/c++/qt.console/src/main.cpp b/xmake/templates/c++/qt/console/src/main.cpp index e876eea4f..e876eea4f 100644 --- a/xmake/templates/c++/qt.console/src/main.cpp +++ b/xmake/templates/c++/qt/console/src/main.cpp diff --git a/xmake/templates/c++/qt.console/xmake.lua b/xmake/templates/c++/qt/console/xmake.lua index 2ce5aa993..2ce5aa993 100644 --- a/xmake/templates/c++/qt.console/xmake.lua +++ b/xmake/templates/c++/qt/console/xmake.lua diff --git a/xmake/templates/c++/qt.quickapp/src/main.cpp b/xmake/templates/c++/qt/quickapp/src/main.cpp index 7d9cb80df..7d9cb80df 100644 --- a/xmake/templates/c++/qt.quickapp/src/main.cpp +++ b/xmake/templates/c++/qt/quickapp/src/main.cpp diff --git a/xmake/templates/c++/qt.quickapp/src/main.qml b/xmake/templates/c++/qt/quickapp/src/main.qml index 120cdbddd..120cdbddd 100644 --- a/xmake/templates/c++/qt.quickapp/src/main.qml +++ b/xmake/templates/c++/qt/quickapp/src/main.qml diff --git a/xmake/templates/c++/qt.quickapp/src/qml.qrc b/xmake/templates/c++/qt/quickapp/src/qml.qrc index 5f6483ac3..5f6483ac3 100644 --- a/xmake/templates/c++/qt.quickapp/src/qml.qrc +++ b/xmake/templates/c++/qt/quickapp/src/qml.qrc diff --git a/xmake/templates/c++/qt.quickapp/xmake.lua b/xmake/templates/c++/qt/quickapp/xmake.lua index 3f71d1c15..3f71d1c15 100644 --- a/xmake/templates/c++/qt.quickapp/xmake.lua +++ b/xmake/templates/c++/qt/quickapp/xmake.lua diff --git a/xmake/templates/c++/qt.quickapp_static/src/main.cpp b/xmake/templates/c++/qt/quickapp_static/src/main.cpp index 7d9cb80df..7d9cb80df 100644 --- a/xmake/templates/c++/qt.quickapp_static/src/main.cpp +++ b/xmake/templates/c++/qt/quickapp_static/src/main.cpp diff --git a/xmake/templates/c++/qt.quickapp_static/src/main.qml b/xmake/templates/c++/qt/quickapp_static/src/main.qml index 120cdbddd..120cdbddd 100644 --- a/xmake/templates/c++/qt.quickapp_static/src/main.qml +++ b/xmake/templates/c++/qt/quickapp_static/src/main.qml diff --git a/xmake/templates/c++/qt.quickapp_static/src/qml.qrc b/xmake/templates/c++/qt/quickapp_static/src/qml.qrc index 5f6483ac3..5f6483ac3 100644 --- a/xmake/templates/c++/qt.quickapp_static/src/qml.qrc +++ b/xmake/templates/c++/qt/quickapp_static/src/qml.qrc diff --git a/xmake/templates/c++/qt.quickapp_static/xmake.lua b/xmake/templates/c++/qt/quickapp_static/xmake.lua index 0d311a762..0d311a762 100644 --- a/xmake/templates/c++/qt.quickapp_static/xmake.lua +++ b/xmake/templates/c++/qt/quickapp_static/xmake.lua diff --git a/xmake/templates/c++/qt.shared/src/demo.cpp b/xmake/templates/c++/qt/shared/src/demo.cpp index 576c861f0..576c861f0 100644 --- a/xmake/templates/c++/qt.shared/src/demo.cpp +++ b/xmake/templates/c++/qt/shared/src/demo.cpp diff --git a/xmake/templates/c++/qt.shared/src/demo.h b/xmake/templates/c++/qt/shared/src/demo.h index 89f29ec46..89f29ec46 100644 --- a/xmake/templates/c++/qt.shared/src/demo.h +++ b/xmake/templates/c++/qt/shared/src/demo.h diff --git a/xmake/templates/c++/qt.shared/src/demo_global.h b/xmake/templates/c++/qt/shared/src/demo_global.h index d6b1ddf0b..d6b1ddf0b 100644 --- a/xmake/templates/c++/qt.shared/src/demo_global.h +++ b/xmake/templates/c++/qt/shared/src/demo_global.h diff --git a/xmake/templates/c++/qt.shared/xmake.lua b/xmake/templates/c++/qt/shared/xmake.lua index 3b07153b9..3b07153b9 100644 --- a/xmake/templates/c++/qt.shared/xmake.lua +++ b/xmake/templates/c++/qt/shared/xmake.lua diff --git a/xmake/templates/c++/qt.static/src/demo.cpp b/xmake/templates/c++/qt/static/src/demo.cpp index 576c861f0..576c861f0 100644 --- a/xmake/templates/c++/qt.static/src/demo.cpp +++ b/xmake/templates/c++/qt/static/src/demo.cpp diff --git a/xmake/templates/c++/qt.static/src/demo.h b/xmake/templates/c++/qt/static/src/demo.h index 24730c9d8..24730c9d8 100644 --- a/xmake/templates/c++/qt.static/src/demo.h +++ b/xmake/templates/c++/qt/static/src/demo.h diff --git a/xmake/templates/c++/qt.static/xmake.lua b/xmake/templates/c++/qt/static/xmake.lua index 371bdf082..371bdf082 100644 --- a/xmake/templates/c++/qt.static/xmake.lua +++ b/xmake/templates/c++/qt/static/xmake.lua diff --git a/xmake/templates/c++/qt.widgetapp/src/main.cpp b/xmake/templates/c++/qt/widgetapp/src/main.cpp index 191ae18d2..191ae18d2 100644 --- a/xmake/templates/c++/qt.widgetapp/src/main.cpp +++ b/xmake/templates/c++/qt/widgetapp/src/main.cpp diff --git a/xmake/templates/c++/qt.widgetapp/src/mainwindow.cpp b/xmake/templates/c++/qt/widgetapp/src/mainwindow.cpp index c9c6a0d98..c9c6a0d98 100644 --- a/xmake/templates/c++/qt.widgetapp/src/mainwindow.cpp +++ b/xmake/templates/c++/qt/widgetapp/src/mainwindow.cpp diff --git a/xmake/templates/c++/qt.widgetapp/src/mainwindow.h b/xmake/templates/c++/qt/widgetapp/src/mainwindow.h index a4245aa42..a4245aa42 100644 --- a/xmake/templates/c++/qt.widgetapp/src/mainwindow.h +++ b/xmake/templates/c++/qt/widgetapp/src/mainwindow.h diff --git a/xmake/templates/c++/qt.widgetapp/src/mainwindow.ui b/xmake/templates/c++/qt/widgetapp/src/mainwindow.ui index 1c59b695e..1c59b695e 100644 --- a/xmake/templates/c++/qt.widgetapp/src/mainwindow.ui +++ b/xmake/templates/c++/qt/widgetapp/src/mainwindow.ui diff --git a/xmake/templates/c++/qt.widgetapp/xmake.lua b/xmake/templates/c++/qt/widgetapp/xmake.lua index e0f9f455e..e0f9f455e 100644 --- a/xmake/templates/c++/qt.widgetapp/xmake.lua +++ b/xmake/templates/c++/qt/widgetapp/xmake.lua diff --git a/xmake/templates/c++/qt.widgetapp_static/src/main.cpp b/xmake/templates/c++/qt/widgetapp_static/src/main.cpp index db5b0cce8..db5b0cce8 100644 --- a/xmake/templates/c++/qt.widgetapp_static/src/main.cpp +++ b/xmake/templates/c++/qt/widgetapp_static/src/main.cpp diff --git a/xmake/templates/c++/qt.widgetapp_static/src/mainwindow.cpp b/xmake/templates/c++/qt/widgetapp_static/src/mainwindow.cpp index c9c6a0d98..c9c6a0d98 100644 --- a/xmake/templates/c++/qt.widgetapp_static/src/mainwindow.cpp +++ b/xmake/templates/c++/qt/widgetapp_static/src/mainwindow.cpp diff --git a/xmake/templates/c++/qt.widgetapp_static/src/mainwindow.h b/xmake/templates/c++/qt/widgetapp_static/src/mainwindow.h index a4245aa42..a4245aa42 100644 --- a/xmake/templates/c++/qt.widgetapp_static/src/mainwindow.h +++ b/xmake/templates/c++/qt/widgetapp_static/src/mainwindow.h diff --git a/xmake/templates/c++/qt.widgetapp_static/src/mainwindow.ui b/xmake/templates/c++/qt/widgetapp_static/src/mainwindow.ui index 1c59b695e..1c59b695e 100644 --- a/xmake/templates/c++/qt.widgetapp_static/src/mainwindow.ui +++ b/xmake/templates/c++/qt/widgetapp_static/src/mainwindow.ui diff --git a/xmake/templates/c++/qt.widgetapp_static/xmake.lua b/xmake/templates/c++/qt/widgetapp_static/xmake.lua index 2c357e531..2c357e531 100644 --- a/xmake/templates/c++/qt.widgetapp_static/xmake.lua +++ b/xmake/templates/c++/qt/widgetapp_static/xmake.lua diff --git a/xmake/templates/c++/xmake.cli/src/lni/main.cpp b/xmake/templates/c++/xmake/cli/src/lni/main.cpp index 3de2b1e36..3de2b1e36 100644 --- a/xmake/templates/c++/xmake.cli/src/lni/main.cpp +++ b/xmake/templates/c++/xmake/cli/src/lni/main.cpp diff --git a/xmake/templates/c++/xmake.cli/src/lua/main.lua b/xmake/templates/c++/xmake/cli/src/lua/main.lua index d87daf102..d87daf102 100644 --- a/xmake/templates/c++/xmake.cli/src/lua/main.lua +++ b/xmake/templates/c++/xmake/cli/src/lua/main.lua diff --git a/xmake/templates/c++/xmake.cli/xmake.lua b/xmake/templates/c++/xmake/cli/xmake.lua index cf1987c60..cf1987c60 100644 --- a/xmake/templates/c++/xmake.cli/xmake.lua +++ b/xmake/templates/c++/xmake/cli/xmake.lua |
