PDA

View Full Version : cannot find -lUtilsd (Declarative UI)



codeman
15th December 2009, 11:42
Hello friends,

during building creatorplugin in declarative I get some error:


g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -shared -Wl,--out-implib,c:\Qt\2009.05\bin\lib\qtcreator\plugins\Nok ia\libQmlInspectord.a -o c:\Qt\2009.05\bin\lib\qtcreator\plugins\Nokia\QmlI nspectord.dll object_script.QmlInspectord.Debug -L"c:\Qt\2009.05\qt\lib" -LC:\Qt\2009.05\bin/lib/qtcreator -LC:\Qt\2009.05\bin/lib/qtcreator/plugins/Nokia -lUtilsd -lQtConcurrentd -lAggregationd -lExtensionSystemd -lCored -lLocatord -lFindd -lTextEditord -lProjectExplorerd -LC:\Qt\2009.05\bin/lib/qtcreator -lQtDeclaratived4 -lQtTestd4 -lQtGuid4 -lQtNetworkd4 -lQtCored4
c:/qt/2009.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lUtilsd
collect2: ld returned 1 exit status
mingw32-make[1]: *** [c:\Qt\2009.05\bin\lib\qtcreator\plugins\Nokia\QmlI nspectord.dll] Error 1
mingw32-make[1]: Leaving directory `X:/Qt/qt-4.6.0-declarative/tools/qmldebugger/creatorplugin'
mingw32-make: *** [debug] Error 2


what is the lib utild and where can I find it???? How to set the CREATOR_BUILD_DIR??

My value are CREATOR_BUILD_DIR=C:\Qt\2009.05\bin and CREATOR_SRC_DIR=Y:\QT_SDKS\qt-creator-1.3.0 is this correct?