summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-09-17 16:38:07 +1000
committerCraig Scott <craig.scott@qt.io>2021-09-18 01:54:08 +1000
commitb57f7f07cf932bc61878473a492d7c39f15bcfbd (patch)
tree504cedd0afe06991c09adc4b5a90d6bd122c0851 /cmake/QtBuild.cmake
parentc780708bd3ad58f1aade92df9c0cee7adcbd46f3 (diff)
Remove unused EXE_FLAGS option from qt_internal_add_executable()
The EXE_FLAGS option wasn't being used anywhere in any Qt repo and it had no documentation as to its intended use. Remove it. Pick-to: 6.2 Change-Id: I2f67ec57c1da7dc6eab81d5351361e770d19d7d5 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtBuild.cmake')
-rw-r--r--cmake/QtBuild.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index ec3f25ca4f..cf79f3d971 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -491,7 +491,6 @@ set(__qt_internal_add_executable_single_args
${__default_target_info_args}
)
set(__qt_internal_add_executable_multi_args
- EXE_FLAGS
${__default_private_args}
${__default_public_args}
)