]> git.pld-linux.org Git - packages/qt-creator.git/blob - qt-creator-pluginpath64.patch
- rel 2
[packages/qt-creator.git] / qt-creator-pluginpath64.patch
1 --- qt-creator-1.0.0-src/src/app/main.cpp.orig  2009-03-05 14:48:59.398196319 +0100
2 +++ qt-creator-1.0.0-src/src/app/main.cpp       2009-03-05 14:53:50.581940902 +0100
3 @@ -172,6 +172,9 @@
4  static inline QStringList getPluginPaths()
5  {
6      QStringList rc;
7 +    rc.push_back(QLatin1String("/usr/lib64/qtcreator/plugins"));
8 +    return rc;
9 +
10      // Figure out root:  Up one from 'bin'
11      QDir rootDir = QApplication::applicationDirPath();
12      rootDir.cdUp();
This page took 0.02999 seconds and 3 git commands to generate.