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

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

-- set project directory
set_projectdir("project")

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

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