]> git.pld-linux.org Git - packages/qt-creator.git/commitdiff
- fix search path for 64bit systems
authordjurban <djurban@pld-linux.org>
Thu, 5 Mar 2009 14:13:18 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt-creator-pluginpath64.patch -> 1.1

qt-creator-pluginpath64.patch [new file with mode: 0644]

diff --git a/qt-creator-pluginpath64.patch b/qt-creator-pluginpath64.patch
new file mode 100644 (file)
index 0000000..315ac17
--- /dev/null
@@ -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();
This page took 0.223331 seconds and 4 git commands to generate.