summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmake/QtFeature.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/QtFeature.cmake b/cmake/QtFeature.cmake
index 4af38e20e3..7b8f11e896 100644
--- a/cmake/QtFeature.cmake
+++ b/cmake/QtFeature.cmake
@@ -438,8 +438,6 @@ endfunction()
macro(qt_push_features_into_parent_scope)
get_cmake_property(_variableNames VARIABLES)
- list (SORT _variableNames)
- list(REMOVE_DUPLICATES _variableNames)
foreach(_var IN ITEMS ${_variableNames})
if(_var MATCHES "^QT_FEATURE_[a-z][a-z0-9_]*$")