Qt6: resolve TODOs against missing KF6

- On FreeBSD, no KF6 was available
- On KDE Neon Unstable, there are somewhat wonky KF6 packages available
- Adjust CMake to find the KDE Neon versions, then fix the C++ code
This commit is contained in:
Adriaan de Groot 2023-09-04 21:51:03 +02:00
parent 4b3278058b
commit 8a8860e75c
8 changed files with 60 additions and 99 deletions

View file

@ -11,16 +11,6 @@
#include "StringExpander.h"
#include "Logger.h"
#if QT_VERSION >= QT_VERSION_CHECK( 6, 0, 0 )
// TODO: Qt6
KWordMacroExpander::~KWordMacroExpander() {};
bool
KWordMacroExpander::expandMacro( const QString& str, QStringList& ret )
{
return false;
}
#endif
namespace Calamares
{
namespace String