diff options
Diffstat (limited to 'xmake/templates/c++/qt.widgetapp/project/xmake.lua')
| -rw-r--r-- | xmake/templates/c++/qt.widgetapp/project/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/templates/c++/qt.widgetapp/project/xmake.lua b/xmake/templates/c++/qt.widgetapp/project/xmake.lua index 8b7bd5ec8..e7407f1fd 100644 --- a/xmake/templates/c++/qt.widgetapp/project/xmake.lua +++ b/xmake/templates/c++/qt.widgetapp/project/xmake.lua @@ -3,12 +3,12 @@ add_rules("mode.debug", "mode.release") -- add target -target("[targetname]") +target("${TARGETNAME}") -- add rules add_rules("qt.widgetapp") - -- add headers + -- add headerfiles add_headerfiles("src/*.h") -- add files @@ -18,4 +18,4 @@ target("[targetname]") -- add files with Q_OBJECT meta (only for qt.moc) add_files("src/mainwindow.h") - +${FAQ} |
