You are not logged in.
When i try to compile any project from QtCreator, the application stalls for a bit and then throws this in the compilation output.
Could not start process "/usr/lib/qt/bin/qmake" /home/uldis/projects/TestProject.pro -r -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug
If I run the same command from terminal (copy -> paste), everything works fine.
This started after:
[2013-07-07 14:40] [PACMAN] upgraded qtcreator (2.7.1-1 -> 2.7.2-1)
But I don't have the 2.7.1-1 x86_64 pkg file to revert the package and test if this fixes. Does anybody else has this problem? Or a fix?
Offline
Use https://wiki.archlinux.org/index.php/Do … ck_Machine and see if the new version is at fault.
Edit: Does it have something to do with https://bugs.archlinux.org/task/36056 ?
Last edited by karol (2013-07-07 19:52:44)
Offline
hi, I also have this problem, may be it is a bug of qt5, do u have resolve it?
Offline
after Qt5.1 and had the same or similar problem, a simple recompile of QtCreator solved it.
Offline
The bug seems to be THE problem.
But reading the bug report in QT it seems that the problem is that qtcreator is compiled for 5.0 and that means downgrade won't work. I will either have to recompile manually qtcreator or wait for arch repos to do it ( or qt people push the fix up to until it hits arch repos ).
Offline