diff --git a/qt5/widgetsaddons/fcitxqtconfiguifactory.cpp b/qt5/widgetsaddons/fcitxqtconfiguifactory.cpp index 2848770..bafd6a2 100644 --- a/qt5/widgetsaddons/fcitxqtconfiguifactory.cpp +++ b/qt5/widgetsaddons/fcitxqtconfiguifactory.cpp @@ -72,7 +72,7 @@ bool FcitxQtConfigUIFactory::test(const QString &file) { void FcitxQtConfigUIFactoryPrivate::scan() { auto addonFiles = fcitx::StandardPaths::global().locate( - fcitx::StandardPathsType::Addon, "qt6", + fcitx::StandardPathsType::Addon, "qt5", [](const std::filesystem::path &path) { return QLibrary::isLibrary(QString::fromStdString(path)); },