forked from qt-creator/qt-creator
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 <eike.ziller@digia.com>
This commit is contained in:
@@ -8,7 +8,7 @@ INCLUDEPATH *= $$IDE_SOURCE_TREE/src/libs/3rdparty
|
||||
|
||||
include(../3rdparty/cplusplus/cplusplus.pri)
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += concurrent
|
||||
QT += concurrent
|
||||
|
||||
#DEFINES += DEBUG_INCLUDE_GUARD_TRACKING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user