QtSDK 1.1.3 && toolchain problem
-
I found a Bug Report:
https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5917
So I hope it will be solved soon ...
-
You can leave the qmake build step. Just expand it and you will find an input field for command line switches. If you add "-spec name-of-your-spec" to it, the default is replaced by your value.
You can vote for "QTCREATORBUG-5756":https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5756, this is the replacement report for "QTCREATORBUG-5756":https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5917.
-
Thnaks Volker,
I just tried and it works.I seen that before writing the "additional aruments" the "Effective qmake call" was:
@
qmake /home/luca/DATI/gei/qt4/progetto_solarwind/satellite/satellite_2/satellite/satellite.pro -r -spec linux-g++-32
@next when typing "-spec linux-g++" the "Effective qmake call" become:
@
qmake /home/luca/DATI/gei/qt4/progetto_solarwind/satellite/satellite_2/satellite/satellite.pro -r -spec linux-g++
@For me it should be better to avoid at all the argument "-spec" to let Qt to get the "default".
Do you think it's possible? -
As far as I know, the Trolls are on it. You can vote for "QTCREATORBUG-5756":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-5756, that could rise the priority :-)
-
[quote author="Volker" date="1315518661"]You can leave the qmake build step. Just expand it and you will find an input field for command line switches. If you add "-spec name-of-your-spec" to it, the default is replaced by your value.
You can vote for "QTCREATORBUG-5756":https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5756, this is the replacement report for "QTCREATORBUG-5756":https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5917.[/quote]
I just found another workaround to use the default spec instead of using "-spec name-of-your-spec" I only need "-spec default".
-
Try the master branch: That should override the spec file way less often. I would really appreciate your feed back: Do the changes improve the situation for you guys?
-
[quote author="Tobias Hunger" date="1316288453"]Try the master branch: That should override the spec file way less often. I would really appreciate your feed back: Do the changes improve the situation for you guys?[/quote]
Sorry Tobias,
I didn't understand very well what you mean with "try the master branch"?
If you can explain me better I can try. -
[quote author="Luca" date="1316334754"]
Sorry Tobias,
I didn't understand very well what you mean with "try the master branch"?
If you can explain me better I can try.[/quote]He meant to use the sources of Qt Creator at "gitorious":https://qt.gitorious.org/qt-creator. You would have to checkt out the master branch and build Creator manually. To my knowledge, there are no nightly builds or similar prebuilt development snapshots available.
-
I tried the Qt Creator compiled from qt.gitorious.org .
Now there is:
@
-spec linux-g++
@
as default choice.It should be better to have nothing as default spec .
-
What system are you working on? I guess a intel based Linux? 64bit or 32bit?
What kind of system are you developing for?
-
Volker: There were only critical bug fixes with a minimal chance to break unrelated things in 2.3.1. There was only very little QA possible in such a short time, so we could not retest everything.
That made it too risky for me to change the tool chains for 2.3.1. Sorry.