[CMake] dlopen()able library making

William A. Hoffman billlist at nycap.rr.com
Wed Apr 5 09:24:34 EDT 2006


At 08:54 AM 4/5/2006, Craig Bradney wrote:


>Simply so we can use filename.moc to include them in the original .cpp files 
>without changing any source code. All files are run through moc and built ok. 
>Perhaps this is the problem.. it wouldn't surprise me given I just hacked up 
>the original, especially if Qt4 works significantly differently to Qt3 WRT 
>plugins (although, apart from the symbols not being dynamic like in this 
>plugin, the main exe runs quite fine with all of its moc'd cpp files using 
>the same method).

That all looks good.   Is there a place I can download the source with
the cmakelist files, so I can try it?   Things I would try are :

nm *.o | grep _ZTV16ColorWheelPlugin

make clean
make VERBOSE=1

-Bill



More information about the CMake mailing list