diff --git a/.clang-format b/.clang-format
index 634ebdb917092cdf0a8e220cff480f74992df753..63269ac7db0fb4eab4449ed580a40f7f1c0f8faf 100644
--- a/.clang-format
+++ b/.clang-format
@@ -111,6 +111,9 @@ SpacesInCStyleCastParentheses: false
 SpacesInParentheses: false
 SpacesInSquareBrackets: false
 Standard:        Cpp11
+StatementMacros: 
+  - Q_UNUSED
+  - QT_REQUIRE_VERSION
 TabWidth:        8
 UseTab:          Never
 ...