]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.cpp
Add missing revert routine to lyx_2_0.py
[lyx.git] / src / lyxfind.cpp
index 0ba2acec9010a4d194352901cc12b9143416b047..39543fa5ad2556940914b620520c1541e58bce18 100644 (file)
 //#define ResultsDebug
 #define USE_QT_FOR_SEARCH
 #if defined(USE_QT_FOR_SEARCH)
-       #include <QtCore>       // sets QT_VERSION
-       #if (QT_VERSION >= 0x050000)
-               #include <QRegularExpression>
-               #define QTSEARCH 1
-       #else
-               #define QTSEARCH 0
-       #endif
+       #include <QRegularExpression>
+       #define QTSEARCH 1
 #else
        #define QTSEARCH 0
 #endif