@@ -14,8 +14,8 SUBDIRS = \ | |||
|
14 | 14 | src/SocExplorer_TCP_Terminal |
|
15 | 15 | |
|
16 | 16 | |
|
17 |
|
|
|
18 |
|
|
|
17 | socexplorercfg.path = $$[QT_INSTALL_PREFIX]/mkspecs/features | |
|
18 | socexplorercfg.files = \ | |
|
19 | 19 | src/SocExplorerEngine/plugins/socexplorerplugin.prf |
|
20 | 20 | |
|
21 | 21 | |
@@ -32,7 +32,7 unix{ | |||
|
32 | 32 | Qt_Creator_Wizard/SocExplorerPlugin/wizard.xml |
|
33 | 33 | INSTALLS+=Wizard SocExplorer icon |
|
34 | 34 | } |
|
35 |
INSTALLS+= |
|
|
35 | INSTALLS+=socexplorercfg | |
|
36 | 36 | |
|
37 | 37 | |
|
38 | 38 |
@@ -136,7 +136,7 int pluginloader::p_checklibraryCustom(c | |||
|
136 | 136 | unixPluginLoader lib(fileName); |
|
137 | 137 | if(NULL!=lib.resolve("socexplorerpluginCreateObject")) |
|
138 | 138 | { |
|
139 |
if(NULL!=lib.resolve("socexplorer |
|
|
139 | if(NULL!=lib.resolve("socexplorerpluginpid")) | |
|
140 | 140 | { |
|
141 | 141 | if(NULL!=lib.resolve("socexplorerpluginvid")) |
|
142 | 142 | { |
General Comments 0
You need to be logged in to leave comments.
Login now