summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cafdb13..3f42739 100644
--- a/Makefile
+++ b/Makefile
@@ -301,7 +301,8 @@ clean:
#########################################################################
qmllint:
- @qmllint gui/qml/*.qml
+ @qmllint gui/*.qml
+ @qmllint gui/components/*.qml
qmlfmt:
# needs https://github.com/jesperhh/qmlfmt in your path