SOURCES: qt-creator-pluginpath64.patch (NEW) - fix search path for 64bit sy...
djurban
djurban at pld-linux.org
Thu Mar 5 15:13:24 CET 2009
Author: djurban Date: Thu Mar 5 14:13:24 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix search path for 64bit systems
---- Files affected:
SOURCES:
qt-creator-pluginpath64.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/qt-creator-pluginpath64.patch
diff -u /dev/null SOURCES/qt-creator-pluginpath64.patch:1.1
--- /dev/null Thu Mar 5 15:13:24 2009
+++ SOURCES/qt-creator-pluginpath64.patch Thu Mar 5 15:13:18 2009
@@ -0,0 +1,12 @@
+--- qt-creator-1.0.0-src/src/app/main.cpp.orig 2009-03-05 14:48:59.398196319 +0100
++++ qt-creator-1.0.0-src/src/app/main.cpp 2009-03-05 14:53:50.581940902 +0100
+@@ -172,6 +172,9 @@
+ static inline QStringList getPluginPaths()
+ {
+ QStringList rc;
++ rc.push_back(QLatin1String("/usr/lib64/qtcreator/plugins"));
++ return rc;
++
+ // Figure out root: Up one from 'bin'
+ QDir rootDir = QApplication::applicationDirPath();
+ rootDir.cdUp();
================================================================
More information about the pld-cvs-commit
mailing list