Skip to content

recoll.pro.in: Remove explicit -std=c++11

FeRD (Frank Dana) requested to merge ferdnyc/recoll:fix-qt6 into master

Building qtgui/recoll with Qt6 only fails because of the explicit -std=c++11 flags in recoll.pro.in. Qt6 requires C++17.

qmake (even on Qt5) should be smart enough to handle that on its own, anyway.

Merge request reports