ROS with Qt creator. New packages do not show up
I am fairly new to ROS. I started using QtCreator as my IDE for ROS development. I followed the instructions from http://wiki.ros.org/IDEs#QtCreator .
My problem is that whenever I add a new package using catkin_create_pkg
the newly added package do not show up in QtCreator. I also tried reloading CMakeList.txt file from QtCreator (the one at workspace level).
What am I doing wrongly.