diff --git a/SocExplorer.pro b/SocExplorer.pro --- a/SocExplorer.pro +++ b/SocExplorer.pro @@ -14,8 +14,8 @@ SUBDIRS = \ src/SocExplorer_TCP_Terminal -SocExplorer.path = $$[QT_INSTALL_PREFIX]/mkspecs/features -SocExplorer.files = \ +socexplorercfg.path = $$[QT_INSTALL_PREFIX]/mkspecs/features +socexplorercfg.files = \ src/SocExplorerEngine/plugins/socexplorerplugin.prf @@ -32,7 +32,7 @@ unix{ Qt_Creator_Wizard/SocExplorerPlugin/wizard.xml INSTALLS+=Wizard SocExplorer icon } - INSTALLS+=SocExplorer + INSTALLS+=socexplorercfg diff --git a/src/SocExplorerEngine/pluginloader/pluginloader.cpp b/src/SocExplorerEngine/pluginloader/pluginloader.cpp --- a/src/SocExplorerEngine/pluginloader/pluginloader.cpp +++ b/src/SocExplorerEngine/pluginloader/pluginloader.cpp @@ -136,7 +136,7 @@ int pluginloader::p_checklibraryCustom(c unixPluginLoader lib(fileName); if(NULL!=lib.resolve("socexplorerpluginCreateObject")) { - if(NULL!=lib.resolve("socexplorernpluginpid")) + if(NULL!=lib.resolve("socexplorerpluginpid")) { if(NULL!=lib.resolve("socexplorerpluginvid")) {