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