Include moc files for a tiny speedup on incremental builds
This commit is contained in:
parent
d2009428b6
commit
06927cd3c2
72 changed files with 335 additions and 17 deletions
|
|
@ -17,6 +17,8 @@ done;
|
|||
|
||||
git diff --exit-code
|
||||
|
||||
./scripts/includemocs.py --insert-at-end -n src
|
||||
|
||||
if command -v /usr/lib64/qt6/bin/qmllint &> /dev/null; then
|
||||
/usr/lib64/qt6/bin/qmllint $QML_FILES
|
||||
elif command -v /usr/lib/qt6/bin/qmllint &> /dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue