diff options
| author | ruki <[email protected]> | 2020-08-22 23:46:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-08-22 23:46:44 +0800 |
| commit | 6da64856c6ed01eb567a977dae3e117babaaa287 (patch) | |
| tree | 7c5fe395a9c34aa4a7d5946a6217e40e3de67ae7 /tests/projects/qt/widgetapp_static | |
| parent | 55eb2fa3baaa571a616250ee8a89e98b4d82d49c (diff) | |
remove some comments
Diffstat (limited to 'tests/projects/qt/widgetapp_static')
| -rw-r--r-- | tests/projects/qt/widgetapp_static/xmake.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/projects/qt/widgetapp_static/xmake.lua b/tests/projects/qt/widgetapp_static/xmake.lua index 9adeae04c..09ddc36f7 100644 --- a/tests/projects/qt/widgetapp_static/xmake.lua +++ b/tests/projects/qt/widgetapp_static/xmake.lua @@ -1,25 +1,11 @@ - --- add modes: debug and release add_rules("mode.debug", "mode.release") --- includes includes("qt_add_static_plugins.lua") --- add target target("qt_demo") - - -- add rules add_rules("qt.widgetapp_static") - - -- add headers add_headerfiles("src/*.h") - - -- add files add_files("src/*.cpp") add_files("src/mainwindow.ui") - - -- add files with Q_OBJECT meta (only for qt.moc) add_files("src/mainwindow.h") - - -- add plugin: QSvgPlugin (optional) qt_add_static_plugins("QSvgPlugin", {linkdirs = "plugins/imageformats", links = {"qsvg", "Qt5Svg"}}) |
