summarylogtreecommitdiffstats
path: root/dont-empty-qt-library-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dont-empty-qt-library-paths.patch')
-rw-r--r--dont-empty-qt-library-paths.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/dont-empty-qt-library-paths.patch b/dont-empty-qt-library-paths.patch
deleted file mode 100644
index f776e64fb500..000000000000
--- a/dont-empty-qt-library-paths.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -aur --no-dereference package.pristine/Qt/Qt_Error.cpp package.new/Qt/Qt_Error.cpp
---- package.pristine/Qt/Qt_Error.cpp 2017-04-08 14:45:26.000000000 +0200
-+++ package.new/Qt/Qt_Error.cpp 2017-04-11 19:26:40.613065282 +0200
-@@ -77,9 +77,9 @@
- if(getenv("QT_QPA_PLATFORM_PLUGIN_PATH")==NULL){
- faulty_installation = true;
- }else
-- QCoreApplication::setLibraryPaths(QStringList());
-+ //QCoreApplication::setLibraryPaths(QStringList());
- #else
-- QCoreApplication::setLibraryPaths(QStringList());
-+ //QCoreApplication::setLibraryPaths(QStringList());
- #endif
-
- QApplication app(argc,argv);
-diff -aur --no-dereference package.pristine/Qt/Qt_Main.cpp package.new/Qt/Qt_Main.cpp
---- package.pristine/Qt/Qt_Main.cpp 2017-04-08 14:45:26.000000000 +0200
-+++ package.new/Qt/Qt_Main.cpp 2017-04-11 19:25:31.886938780 +0200
-@@ -2623,7 +2623,7 @@
- qInstallMsgHandler(myMessageOutput);
- #endif
-
-- QCoreApplication::setLibraryPaths(QStringList());
-+ //QCoreApplication::setLibraryPaths(QStringList());
-
- QCoreApplication::setAttribute(Qt::AA_X11InitThreads);
-
-diff -aur --no-dereference package.pristine/crashreporter/crashreporter.cpp package.new/crashreporter/crashreporter.cpp
---- package.pristine/crashreporter/crashreporter.cpp 2017-04-08 14:45:26.000000000 +0200
-+++ package.new/crashreporter/crashreporter.cpp 2017-04-11 19:27:08.169515448 +0200
-@@ -407,9 +407,9 @@
- if(getenv("QT_QPA_PLATFORM_PLUGIN_PATH")==NULL){
- faulty_installation = true;
- }else
-- QCoreApplication::setLibraryPaths(QStringList());
-+ //QCoreApplication::setLibraryPaths(QStringList());
- #else
-- QCoreApplication::setLibraryPaths(QStringList());
-+ //QCoreApplication::setLibraryPaths(QStringList());
- #endif
-
- QApplication app(argc,argv);