summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-07-07 09:41:28 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-07-13 20:30:18 +0200
commit79fda7a549724dfa517797aea9e2f0d3527e531d (patch)
treebba2205e840ba621a780b8a38bc69c68658e0186 /configure.cmake
parentb91a5d053d48b90a2cf56429d432cdfcb1098efd (diff)
Make -qtlibinfix affect the names of plugins by default
In Qt5, the -qtlibinfix option did not affect the naming of plugins, unless -qtlibinfix-plugins was set. This option was added in 56416509930 to offer a way to have -qtlibinfix affect the plugin names without changing the default behavior. We now remove the -qtlibinfix-plugins option, as the old behavior is not desirable. [ChangeLog][configure] The -qtlibinfix option now affects the names of plugins. The -qtlibinfix-plugins configure option was removed. Task-number: QTBUG-15192 Fixes: QTBUG-85439 Change-Id: I96f5c2577b76274929c431621967df0e9b4631b7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.cmake b/configure.cmake
index ce527743d5..2f5d320f62 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -827,12 +827,6 @@ qt_feature("libudev" PRIVATE
LABEL "udev"
CONDITION Libudev_FOUND
)
-qt_feature("qt_libinfix_plugins"
- LABEL "Use QT_LIBINFIX for Plugins"
- AUTODETECT OFF
- ENABLE ( NOT INPUT_qt_libinfix STREQUAL '' ) AND INPUT_qt_libinfix_plugins STREQUAL 'yes'
-)
-qt_feature_config("qt_libinfix_plugins" QMAKE_PRIVATE_CONFIG)
qt_feature("compile_examples"
LABEL "Compile examples"
AUTODETECT NOT WASM