# HG changeset patch # User jeandet # Date 2014-02-27 06:41:26 # Node ID 483cfe27e0441329e23afe1c7ce413d92feb8f86 # Parent d8940be98a9b1eae51d0d9592faeb8a2b2c96f5c Working snapshot. 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")) {