Skip to content

Commit

Permalink
restore pdf lib
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII committed Dec 22, 2024
1 parent a211f8d commit bab4b95
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions tests/modules/modulesqt6_8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ QSet<QString> ModulesQt6_8::qmlLibs(const QString &distDir) const {
#ifdef Q_OS_LINUX
Tree -= utils.createTree(
{
"./" + distDir + "/lib/libQt6Pdf.so" ,
"./" + distDir + "/plugins/imageformats/libqpdf.so" ,
"./" + distDir + "/qml/QtQml/Base/libqmlplugin.so" ,
"./" + distDir + "/qml/QtQml/Base/plugins.qmltypes" ,
"./" + distDir + "/qml/QtQml/Base/qmldir",
Expand Down Expand Up @@ -140,12 +138,7 @@ QSet<QString> ModulesQt6_8::qtWebEngine(const QString &distDir) const{
auto Tree = ModulesQt6_6::qtWebEngine(distDir);

#ifdef Q_OS_LINUX
Tree -= utils.createTree(
{
"./" + distDir + "/lib/libQt6Pdf.so" ,
"./" + distDir + "/plugins/imageformats/libqpdf.so"
}
);


Tree += utils.createTree(
{
Expand Down Expand Up @@ -180,13 +173,6 @@ QSet<QString> ModulesQt6_8::qtWebEngineWidgets(const QString &distDir) const{
}
);

Tree -= utils.createTree(
{
"./" + distDir + "/lib/libQt6Pdf.so" ,
"./" + distDir + "/plugins/imageformats/libqpdf.so"
}
);

#endif
return Tree;
}
Expand All @@ -198,9 +184,7 @@ QSet<QString> ModulesQt6_8::qtLibs(const QString &distDir) const {
#ifdef Q_OS_LINUX
Tree -= utils.createTree(
{
"./" + distDir + "/lib/libQt6Network.so",
"./" + distDir + "/lib/libQt6Pdf.so"
"./" + distDir + "/plugins/imageformats/libqpdf.so"
"./" + distDir + "/lib/libQt6Network.so"
}
);

Expand Down

0 comments on commit bab4b95

Please sign in to comment.