aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-03-11 14:10:14 +0100
committerEike Ziller <eike.ziller@qt.io>2021-03-11 14:10:14 +0100
commitbce64778c5cef8272e9cdedb9be622790bee699a (patch)
tree95118a96b1ccc27a91a05617e425ec43972f4769 /src/plugins/fakevim
parent3560a86c2e436977fab0c36b7dbaa8583bce1712 (diff)
parente2b05475190e2beabdb7c3f7937e9e44d106aa24 (diff)
Merge remote-tracking branch 'origin/4.15'
Conflicts: cmake/QtCreatorIDEBranding.cmake qtcreator_ide_branding.pri Change-Id: I009308451e1c6276692412f498125d79a8f12a07
Diffstat (limited to 'src/plugins/fakevim')
-rw-r--r--src/plugins/fakevim/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fakevim/CMakeLists.txt b/src/plugins/fakevim/CMakeLists.txt
index a7c1cf736c4..96678f3e3b8 100644
--- a/src/plugins/fakevim/CMakeLists.txt
+++ b/src/plugins/fakevim/CMakeLists.txt
@@ -1,4 +1,5 @@
add_qtc_plugin(FakeVim
+ CONDITION Qt5_VERSION VERSION_LESS 6.0.0
PLUGIN_DEPENDS Core TextEditor
PLUGIN_TEST_DEPENDS CppEditor CppTools
SOURCES ${TEST_SOURCES}