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.
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
I'm just wondering how to compile this qtworkbench to produce the needed qtworkbench.cbplugin for me to add into codeblocks IDE?
Cheers
JIA