summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/console_qt/project/xmake.lua
blob: 5dba5a13164fe4e11f884d25ca9d160d9162579b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

-- add modes: debug and release 
add_rules("mode.debug", "mode.release")

-- add target
target("[targetname]")

    -- add rules
    add_rules("qt.console")

    -- add files
    add_files("src/*.cpp")