On Friday 21 Oct 2011 17:31:51 ext Aekold Helbrass wrote:
> Hi All!
> 
> I see that I have to add qmake path of every Qt library I want to work
> with myself, while in QtSDK (that one 1.4 GB large) QtCreator
> automatically finds simulator and desktop libraries installed with
> SDK. How can I do something like that myself? I want to have my full
> dev environment on external HDD and use it on different systems, so I
> created bash script to run QtCreator something like this:
> QtCreator-2.3.1/bin/qtcreator --settingsdir $(readlink -f $(dirname
> $0)/../dev/ideprofiles/qtcreator)
> But I am still missing relatively installed Qt libraries...

Well, qt is not relocatable with ease, I assume you have solved that problem 
already?

The sdk creates a special qtversions.xml in QtCreator/share/qtcreator/Nokia/ .
You probably can copy that file from the sdk, and edit it to suit your needs.
It requires absolute paths in it though, so you might need some scripting for 
that.

daniel
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to