summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/widgetapp_qt_static/template.lua
blob: 7a1cfed24667c8ab0d766a385b6ba10299932cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- set name
set_name("widgetapp_qt_static")

-- set description
set_description("The Widget Application (Qt/Static)")

-- set project directory
set_projectdir("project")

-- add macros
add_macros("targetname", "$(targetname)")

-- add macro files
add_macrofiles("xmake.lua")