summaryrefslogtreecommitdiff
path: root/tests/projects/qt/widgetapp_private_slot2/xmake.lua
blob: fdc582c301058bfe05be5ebf709882a59928c866 (plain)
1
2
3
4
5
6
target("test")
    add_rules("qt.widgetapp")
    add_files("main.cpp")
    add_files("mainwindow.cpp", {rules = "qt.moc"})
    add_files("*.h")
    add_files("*.ui")