Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
CodeBlocks QT4 -- qtworkbench in Linux...
jiapei100:
Hi, all:
Since I really would like to try QT4 using CodeBlocks,
I checked out qtworkbench from http://code.google.com/p/qtworkbench/source/checkout
However, the downloaded folder only affords the source code, how to build it to a ".cbplugin " ???
There is only one Makefile.am under this folder, which seems to contain something useless.
--- Code: ---pkgdata_DATA = QtWorkbench.zip
CLEANFILES = $(pkgdata_DATA)
QtWorkbench.zip: res/manifest.xml
PWD=`pwd` cd $(srcdir)/res && zip $(PWD)/QtWorkbench.zip manifest.xml *.xrc > /dev/null
--- End code ---
I'm just wondering how to compile this qtworkbench to produce the needed qtworkbench.cbplugin for me to add into codeblocks IDE?
Cheers
JIA
oBFusCATed:
Does it have a bootstrap file?
Also I suppose you can use C::B to build the plugin, look for .cbp file.
killerbot:
this is also very recent : http://forums.codeblocks.org/index.php/topic,11772.0.html
Maybe you could give it a try.
jiapei100:
Hi, SVN doesn't contain a bootstrap file.
Yes, I did a successful build of this plugin.
However, it seems nothing has been produced.
:? :(
Can you help to try it as well?
Cheers
JIA Pei
--- Quote from: oBFusCATed on January 02, 2010, 12:12:45 am ---Does it have a bootstrap file?
Also I suppose you can use C::B to build the plugin, look for .cbp file.
--- End quote ---
jiapei100:
Ok, found it !!
Produced here " Linking dynamic library: ../../../devel/share/codeblocks/plugins/libQtWorkbench.so "
Gosh.. how come it's not produced right down the project folder??
Let me move on a bit.
Cheers
JIA
Navigation
[0] Message Index
[#] Next page
Go to full version