That's the log when I copy the qtworkbench plugin to my custom cb build:
Scanning for lexers in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in D:\Coding\Projects\codeblocks\branches\wxpropgrid_debugger\src\output/share/codeblocks/lexers/...
Found 43 lexers
Loading lexer_A68k
Loading lexer_ada
Loading lexer_angelscript
Loading lexer_bash
Loading lexer_batch
Loading lexer_bibtex
Loading lexer_caml
Loading lexer_cg
Loading lexer_cpp
Loading lexer_css
Loading lexer_d
Loading lexer_diff
Loading lexer_f77
Loading lexer_fortran
Loading lexer_glsl
Loading lexer_gm
Loading lexer_haskell
Loading lexer_hitasm
Loading lexer_html
Loading lexer_latex
Loading lexer_lisp
Loading lexer_lua
Loading lexer_make
Loading lexer_masm
Loading lexer_matlab
Loading lexer_nsis
Loading lexer_OgreCompositor
Loading lexer_OgreMaterial
Loading lexer_pascal
Loading lexer_perl
Loading lexer_postscript
Loading lexer_prg
Loading lexer_properties
Loading lexer_python
Loading lexer_rc
Loading lexer_ruby
Loading lexer_smalltalk
Loading lexer_sql
Loading lexer_squirrel
Loading lexer_vbscript
Loading lexer_verilog
Loading lexer_vhdl
Loading lexer_xml
Configured 0 tools
Scanning for plugins in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/plugins
C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/plugins/QtWorkbench.dll: not loaded (missing symbols?)
Loaded 0 plugins
Scanning for plugins in D:\Coding\Projects\codeblocks\branches\wxpropgrid_debugger\src\output/share/codeblocks/plugins
D:\Coding\Projects\codeblocks\branches\wxpropgrid_debugger\src\output/share/codeblocks/plugins/QtWorkbench.dll: not loaded (missing symbols?)
Loaded 14 plugins
Loading:
Abbreviations
AStylePlugin
Autosave
AutoVersioning
ClassWizard
CodeCompletion
Compiler
Debugger
FilesExtensionHandler
OpenFilesList
ProjectsImporter
ScriptedWizard
ToDoList
WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
It gives the same version error. That's the log on 15 August nightly when I delete the 'qtworkbench.dll':
Scanning for lexers in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in C:\GNU\CodeBlocks/share/codeblocks/lexers/...
Found 43 lexers
Loading lexer_A68k
Loading lexer_ada
Loading lexer_angelscript
Loading lexer_bash
Loading lexer_batch
Loading lexer_bibtex
Loading lexer_caml
Loading lexer_cg
Loading lexer_cpp
Loading lexer_css
Loading lexer_d
Loading lexer_diff
Loading lexer_f77
Loading lexer_fortran
Loading lexer_glsl
Loading lexer_gm
Loading lexer_haskell
Loading lexer_hitasm
Loading lexer_html
Loading lexer_latex
Loading lexer_lisp
Loading lexer_lua
Loading lexer_make
Loading lexer_masm
Loading lexer_matlab
Loading lexer_nsis
Loading lexer_OgreCompositor
Loading lexer_OgreMaterial
Loading lexer_pascal
Loading lexer_perl
Loading lexer_postscript
Loading lexer_prg
Loading lexer_properties
Loading lexer_python
Loading lexer_rc
Loading lexer_ruby
Loading lexer_smalltalk
Loading lexer_sql
Loading lexer_squirrel
Loading lexer_vbscript
Loading lexer_verilog
Loading lexer_vhdl
Loading lexer_xml
Configured 0 tools
Scanning for plugins in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/plugins
SDK version mismatch for QtWorkbench (1.11.12). Expecting 1.12.6
Loaded 1 plugins
Scanning for plugins in C:\GNU\CodeBlocks/share/codeblocks/plugins
Tools Plus Plugin: Registering shell type Piped Process Control
Loaded 48 plugins
Loading:
Abbreviations
AStylePlugin
Autosave
AutoVersioning
BrowseTracker
BYOGames
CB_Koders
Cccc
ClassWizard
CodeCompletion
CodeSnippets
CodeStat
Compiler
copystrings
CppCheck
Cscope
Debugger
FilesExtensionHandler
DevPakUpdater
cbDragScroll
EditorTweaks
EnvVars
Exporter
FileManager
HeaderFixup
HelpPlugin
HexEditor
IncrementalSearch
cbKeyBinder
lib_finder
MouseSap
NassiShneidermanPlugin
OpenFilesList
Profiler
ProjectsImporter
RegExTestbed
ReopenEditor
ScriptedWizard
SymTab
ThreadSearch
ToDoList
ToolsPlus
wxSmithMime
wxSmithAui
wxSmithContribItems
WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
p.s. keep in mind that the api in the debugger's branch is changing with every nightly, so you won't be able to use old plugins. Why don't you try to build the QtWorkbench yourself?
I think there's a misunderstanding here, I don't care if the qtworkbench plugin works or not, what I'm after is the autoversioning plugin which I made a custom build and giving the 'missing symbols' error when I try to use it with the 15 August nightly. What does that 'missing symbols' mean?