[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kst/portto4/kst/src
From:       Peter Kümmel <syntheticpp () gmx ! net>
Date:       2010-12-03 9:48:56
Message-ID: 20101203094856.ADC3BAC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1203141 by kuemmel:

OS X: find all datasources and plugins, thx to Ted Kisner

 M  +5 -0      libkst/datasourcepluginmanager.cpp  
 M  +5 -0      libkstmath/dataobject.cpp  


--- branches/work/kst/portto4/kst/src/libkst/datasourcepluginmanager.cpp #1203140:1203141
@@ -133,6 +133,11 @@
   pluginPath += QLatin1String("kst");
   pluginPaths << pluginPath;
 
+  pluginPath = rootDir.canonicalPath();
+  pluginPath += QDir::separator();
+  pluginPath += QLatin1String("PlugIns");
+  pluginPaths << pluginPath;
+
   foreach (QString pluginPath, pluginPaths) {
     QDir d(pluginPath);
     foreach (QString fileName, d.entryList(QDir::Files)) {
--- branches/work/kst/portto4/kst/src/libkstmath/dataobject.cpp #1203140:1203141
@@ -194,6 +194,11 @@
   pluginPath += QLatin1String("kst");
   pluginPaths << pluginPath;
 
+  pluginPath = rootDir.canonicalPath();
+  pluginPath += QDir::separator();
+  pluginPath += QLatin1String("PlugIns");
+  pluginPaths << pluginPath;
+
   foreach (QString pluginPath, pluginPaths) {
     QDir d(pluginPath);
     foreach (QString fileName, d.entryList(QDir::Files)) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic