summaryrefslogtreecommitdiffstats
path: root/cmake/QtApp.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtApp.cmake')
-rw-r--r--cmake/QtApp.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtApp.cmake b/cmake/QtApp.cmake
index c54bb3e940..ca46690fb7 100644
--- a/cmake/QtApp.cmake
+++ b/cmake/QtApp.cmake
@@ -38,6 +38,7 @@ function(qt_internal_add_app target)
TARGET_COPYRIGHT "${arg_TARGET_COPYRIGHT}"
)
qt_internal_add_target_aliases("${target}")
+ _qt_internal_apply_strict_cpp("${target}")
# To mimic the default behaviors of qt_app.prf, we by default enable GUI Windows applications,
# but don't enable macOS bundles.