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:
@@ -49,11 +49,7 @@
|
||||
* Tests after this macro will be skipped and warning printed.
|
||||
* Uncomment it to test a feature -- if tests succeeds it should be removed from the test.
|
||||
*/
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
|
||||
# define NOT_IMPLEMENTED QSKIP("Not fully implemented!", SkipSingle);
|
||||
#else
|
||||
# define NOT_IMPLEMENTED QSKIP("Not fully implemented!");
|
||||
#endif
|
||||
#define NOT_IMPLEMENTED QSKIP("Not fully implemented!");
|
||||
|
||||
// Text cursor representation in comparisons.
|
||||
#define X "|"
|
||||
|
||||
Reference in New Issue
Block a user