Compiling Qtcreator plugin on mac
Hi,
I have problems while compiling qtcreator plugins on mac. I am using Qt 4.6.2 and qtcreator 1.3.0 for mac. Here is the source code for my example plugin
https://svn2.hosted-projects.com/vcr...ols/QtCPlugins
Username: anonymous
Password: anonymous
Can anybody tell me the steps to compile.
Re: Compiling Qtcreator plugin on mac
These are the error messages.
ldld: library not found for -lCore_debug
: library not found for -lCore_debug
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
lipo: can't open input file:
/var/folders/Vy/Vyn6FFtiFOKCA48HAb-Rw++++TI/-Tmp-//ccDV1o4V.out (No
such file or directory)
make[1]: *** [../../qt-creator-1.3.1-src/build/bin/Qt
Creator.app/Contents/PlugIns/VCreateLogic/libQTCPluginProjectSupport_debug.dylib]
Error 1
make: *** [sub-QTCPluginProjectSupport-make_default-ordered] Error 2
Any ideas?