Преглед на файлове

solve OSX issue (changing suffix .app)

Ivo Wolf преди 13 години
родител
ревизия
abdb0b8c0a
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      Applications/ctkDICOMHost/ctkDICOMHostMain.cpp
  2. 2 2
      Applications/ctkExampleHost/ctkExampleHostMain.cpp

+ 2 - 2
Applications/ctkDICOMHost/ctkDICOMHostMain.cpp

@@ -87,8 +87,8 @@ int main(int argc, char** argv)
   QDirIterator dirIter(pluginPath, libFilter, QDir::Files);
 
   QStringList pluginsToInstall;
-  pluginsToInstall << "org_commontk_dah_core" << "org_commontk_dah_host"
-                   << "org_commontk_dah_examplehost";
+  pluginsToInstall << "org_commontk_dah_core." << "org_commontk_dah_host."
+                   << "org_commontk_dah_examplehost.";
 
   QList<QSharedPointer<ctkPlugin> > installedPlugins;
   while(dirIter.hasNext())

+ 2 - 2
Applications/ctkExampleHost/ctkExampleHostMain.cpp

@@ -80,8 +80,8 @@ int main(int argv, char** argc)
   QDirIterator dirIter(pluginPath, libFilter, QDir::Files);
 
   QStringList pluginsToInstall;
-  pluginsToInstall << "org_commontk_dah_core" << "org_commontk_dah_host"
-                   << "org_commontk_dah_examplehost";
+  pluginsToInstall << "org_commontk_dah_core." << "org_commontk_dah_host."
+                   << "org_commontk_dah_examplehost.";
 
   QList<QSharedPointer<ctkPlugin> > installedPlugins;
   while(dirIter.hasNext())