[Solved] The latest 32-bit QtSDK on Fedora 14, why there is no Desktop build target?
-
-
-
Hi zeljko, Happy New Year!
Finally I collected the information:
Qt Creator 2.4.0
Based on Qt 4.7.4 (32 bit)
Built on Dec 20 2011 at 11:14:41
From revision b0b0842b03So basically we have the same build.
I looked into the package manager in maintenanceTool. I noticed that under the desktop Qt, 4.7.4-1 is installed with 0 byte in size. The Qt Designer and Qt Assistant are NOT installed. I think those two components should be installed. Could you check your installed packages to see if I missed any components?
Thanks.
-
I think I found the problem. In tools->Options, Qt Build & Run, Qt Versions, the Desktop/.../qmake under Auto-detected was marked as no execution permission. I looked at the Desktop directory. Its permission was 700 in my box, while other directories' were 755. I manually changed Desktop and its subdirectories's permission to 755, which made the Desktop target detected and available.
I am not sure if this is a bug with the Qt Creator 2.4 build, since I did not see other thread on this issue.
-
-
Actually, this was already reported as "QTSDK-1123":https://bugreports.qt.nokia.com/browse/QTSDK-1123, and has been fixed for the next SDK update.