From 847f10e9ccc8c3541782a790e04c85c6b4c701da Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 29 Aug 2014 13:18:41 +0200 Subject: Remove Qt version checks. Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by: Eike Ziller --- src/plugins/texteditor/texteditor.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/texteditor/texteditor.pro') diff --git a/src/plugins/texteditor/texteditor.pro b/src/plugins/texteditor/texteditor.pro index 51d37f673d..40fc8d6308 100644 --- a/src/plugins/texteditor/texteditor.pro +++ b/src/plugins/texteditor/texteditor.pro @@ -1,8 +1,7 @@ DEFINES += TEXTEDITOR_LIBRARY -QT += xml network +QT += network printsupport xml CONFIG += exceptions CONFIG += include_source_dir # For the highlighter autotest. -greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport include(../../qtcreatorplugin.pri) SOURCES += texteditorplugin.cpp \ textfilewizard.cpp \ -- cgit v1.2.3