Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

QtWorkbench plugin

<< < (36/44) > >>

gghelli:
I'm trying to use an external library in win32 but I'm not able to specify it in the qmake makefile, if I add it to LIBS but the plugin discards it and puts it into OBJECTS_DIR, which is not what I want.
How can I link with other libraries?
Thank you

Gianluca

yop:
Add it in your project's external libraries:
Project->Build Options->Linker tab

For whatever can be inputed through a codeblocks option (that is not Qt specific) you have to use the respective C::B functionality.

Squonk:
Hi,

I am trying to use Code::Blocks for writing Qt applications under Windows.

I have Qt-4.3.2 (OpenSource, MingW) working from the command line : I am able to compile and run the "Hello World' application using "qmake -project", "qmake" and "make".

I installed the latest available Code::Blocks nightly build (SVN 4564 from October 26th) : it is working fine.

However, I downloaded the latest (0.5.1_alpha) QtWorkbench binairy plugin, and when I tried to install it, I get a warning:
"One or more plugins were not installed successfully:
C:\Documents and Settings\Mikeul\Mes Documents\Downloads\QtWorkbench-0.5.1_alpha.cbplugin"

Here is what I get in the logs:
[17:52:33.984]: Initializing plugins...
[17:53:12.359]: ERROR: SDK version mismatch for QtWorkbench (1.11.11). Expecting 1.11.12
[17:53:12.390]: Failed

Any idea what's wrong?

Michel

yop:
Yes I do: http://code.google.com/p/qtworkbench/issues/detail?id=9

This is expected for binary releases while there is no stable C::B SDK. When releasing new versions you will get one that works with the current (at the time) nightly build. I can't guarantee that it will work with *any* nightly build. The stable C::B release (when it comes) will be supported properly.

Quentin:
I cannot install QTWOrkBench in my CodeBlocks ,Then QTworkbench is 0.51Alpha and Codeblocks svn is 4719 ,when i select plugins->manage plugins->install new ,after montine the message show install not success?Why?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version