summaryrefslogtreecommitdiff
path: root/tests/projects/qt/widgetapp/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/qt/widgetapp/xmake.lua')
-rw-r--r--tests/projects/qt/widgetapp/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/qt/widgetapp/xmake.lua b/tests/projects/qt/widgetapp/xmake.lua
index 1d1a3ba3a..dc052f202 100644
--- a/tests/projects/qt/widgetapp/xmake.lua
+++ b/tests/projects/qt/widgetapp/xmake.lua
@@ -9,7 +9,7 @@ target("qt_demo")
add_rules("qt.application")
-- add headers
- add_headers("src/*.h")
+ add_headerfiles("src/*.h")
-- add files
add_files("src/*.cpp")