summarylogtreecommitdiffstats
path: root/dont-empty-qt-library-paths.patch
blob: 5a8e4ca9fb834df5f457575cc6f7e6342a93c3b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff -aur --no-dereference package.pristine/Qt/Qt_Error.cpp package.new/Qt/Qt_Error.cpp
--- package.pristine/Qt/Qt_Error.cpp	2016-10-29 19:20:29.405129735 +0200
+++ package.new/Qt/Qt_Error.cpp	2016-10-29 19:21:28.281368400 +0200
@@ -63,7 +63,7 @@
 QSplashScreen *g_splashscreen = NULL; // referenced by helpers.h
 
 int main(int argc, char **argv){
-  QCoreApplication::setLibraryPaths(QStringList());
+  //QCoreApplication::setLibraryPaths(QStringList());
   
   QApplication app(argc,argv);
   int ret = show_message(argv[1]);
diff -aur --no-dereference package.pristine/Qt/Qt_Main.cpp package.new/Qt/Qt_Main.cpp
--- package.pristine/Qt/Qt_Main.cpp	2016-10-29 19:20:29.405129735 +0200
+++ package.new/Qt/Qt_Main.cpp	2016-10-29 19:21:07.024856269 +0200
@@ -2274,7 +2274,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	2016-10-29 19:20:29.541795408 +0200
+++ package.new/crashreporter/crashreporter.cpp	2016-10-29 19:20:46.425006019 +0200
@@ -395,7 +395,7 @@
 
 int main(int argc, char **argv){
   
-  QCoreApplication::setLibraryPaths(QStringList());
+  //QCoreApplication::setLibraryPaths(QStringList());
   
   QApplication app(argc,argv);