diff options
| author | ruki <[email protected]> | 2019-06-13 00:26:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-12 20:39:14 +0800 |
| commit | 34b1fe79cfa33e2e185a520e05b3d7c8d70dd01c (patch) | |
| tree | bc4a00d2adce8da3137adaf4b3e54741b86531d0 /xmake/rules/qt/moc/xmake.lua | |
| parent | bf7331c60d83218fbf58431a7d757420549b60fa (diff) | |
improve clean action
Diffstat (limited to 'xmake/rules/qt/moc/xmake.lua')
| -rw-r--r-- | xmake/rules/qt/moc/xmake.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/rules/qt/moc/xmake.lua b/xmake/rules/qt/moc/xmake.lua index 9542ed7e8..e4bd6b93e 100644 --- a/xmake/rules/qt/moc/xmake.lua +++ b/xmake/rules/qt/moc/xmake.lua @@ -64,9 +64,6 @@ rule("qt.moc") -- add objectfile table.insert(target:objectfiles(), objectfile) - -- add clean files - target:data_add("qt.cleanfiles", {sourcefile_moc, objectfile}) - -- load dependent info local dependfile = target:dependfile(objectfile) local dependinfo = option.get("rebuild") and {} or (depend.load(dependfile) or {}) @@ -102,4 +99,3 @@ rule("qt.moc") table.insert(dependinfo.files, headerfile_moc) depend.save(dependinfo, dependfile) end) - |
