oh, sory
The dialog says
can not be attached depending "Core(2.0.0)"
can not be attached depending "TextEditor(2.0.0)"
oh, sory
The dialog says
can not be attached depending "Core(2.0.0)"
can not be attached depending "TextEditor(2.0.0)"
Ah, ok, its a problem of the todo.pluginspec. Open it with a normal text edit and change some lines to:<plugin name="todo" version="0.0.2" compatVersion="2.0.1">
...
<dependencyList>
<dependency name="Core" version="2.0.1"/>
<dependency name="TextEditor" version="2.0.1"/>
</dependencyList>
...
It works!
Thank you![]()
I am facing a problem in building the TODO plugin on windows :-
1- I downloaded the plugin and changed the QTC_SOURCE_DIR to be
and also changed the QTC_BUILD_DIR to beQt Code:
QTC_SOURCE_DIR = C:/projects/qt-creator-2.0.1-src/qt-creatorTo copy to clipboard, switch view to plain text mode
and i start building the plugin but i got the following errorQt Code:
QTC_BUILD_DIR = C:/Qt/2010.05To copy to clipboard, switch view to plain text mode
Note : that i used the already built QtCreator and did not build it.Qt Code:
c:/qt/2010.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lAggregationTo copy to clipboard, switch view to plain text mode
should i build it?
You cant use the creator which is bundled with the sdk since it is compiled with msvc. So either you build creator yourself using mingw or you build the plugin with msvc 2008. Then you could use the sdk creator.
I tried to compile the plugin using msvc but i also got the following error
Qt Code:
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lAggregationTo copy to clipboard, switch view to plain text mode
if you would use msvc then surely "...mingw32\bin" won't be called. Clean your project first and run qmake with the right spec file again.
Do I build "QtCreator plugin" project release only?
Because I found that I create a new "QtCreator Plugin" project and built it debug failed, but built it release successfully.
i am still not able to compile the plugin i always get the error
c:/qt/2010.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lAggregation
i used mingw32-make and also nmake but still not working!!!
Bookmarks