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
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