소스 검색

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())