summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/c++/qt/console/xmake.lua
blob: 2ce5aa993c5395faf9841f7fd56163560b31485e (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")

target("${TARGET_NAME}")
    add_rules("qt.console")
    add_files("src/*.cpp")

${FAQ}