hello,

I'm trying to compile todo plugin , but I get error
Qt Code:
  1. /usr/bin/ld: cannot find -lAggregation
To copy to clipboard, switch view to plain text mode 
I downloaded the source code of qtcreator and made changes in .pro file:
Qt Code:
  1. QTC_SOURCE_DIR = /home/bartek/Pulpit/qt-creator-2.0.1-src
To copy to clipboard, switch view to plain text mode 
Is it necessary to download the lasted version of qt and then compile qtcreator with the plugin?