summaryrefslogtreecommitdiff
path: root/tests/projects/qt/widgetapp_private_slot/xmake.lua
blob: 44f57a78e8710646517bc1968ec5c44683ddb82e (plain)
1
2
3
4
5
target("test")
    add_rules("qt.widgetapp")
    add_files("mainwindow.h")
    add_files("*.cpp")
    add_frameworks("QtCore", "QtGui")