Installing latest qt 1.1 Beta osx errors
-
first uninstall all, search for the uninstall.py and uninstallsdk.py
-
Thanks, I am going to do that now. Otherwise, have you come across problems with the Qt 4.7.2 version of macdeployqt? (See http://developer.qt.nokia.com/forums/viewthread/4239/ )
-
I cannot open that link.
until now i have no errors. but the beta 1.1 still says that qt is 4.7.1,
i've downloaded the 4.7.2 libs from the site and installed them (I couldn't choose the directory so I don't know if they overrided the previous ones) but on qt create i still find qqt 4.7.1 at least in the about
-
Oh, something else... where did you install Qt SDK 1.1? Unlike the 2010.05 version of Qt SDK (i.e. Qt Creator 2.0.1 and Qt 4.7.0) which would install under /Developer by default (if I recall correctly), Qt SDK 1.1 offers to install under my home directory by default, even if I use sudo...!?
-
[quote author="MAMartins" date="1299258629"]the beta 1.1 still says that qt is 4.7.1[/quote]Where does it say that? On Windows, I have this:
@C:\Windows\system32>qmake --version
QMake version 2.01a
Using Qt version 4.7.2 in C:\QtSDK\Desktop\Qt\4.7.2\mingw\lib@ -
running that command I have the same output as you but going to the about on qt creator I have "Based on Qt 4.7.1 (64 bit)"
and i don't get why they have on the documentation qtquick 1.1 and they still haven't released it with qt creator, its very confusion for people like me that are trying to get started...
-
For Qt Creator, my understanding is that it just means that Qt Creator itself was built using Qt 4.7.1, but Qt SDK 1.1 Beta still comes with Qt 4.7.2 (which itself is not a beta version). Whatever the case, I agree that it is all very confusing. Unnecessarily confusing in fact.
-
[quote author="MAMartins" date="1299258285"]first uninstall all, search for the uninstall.py and uninstallsdk.py [/quote]Are you sure that those files are under the Qt SDK folder? I can't see them anywhere (be it on Mac OS X, Windows or Linux). However, there is a file called SDKMaintenanceTool which can be used to add/remove things.
-
[quote author="MAMartins" date="1299262348"]i have on mine.
just try the online version then ;)[/quote]That doesn't make sense to me. I mean that I can see that SDKMaintenanceTool file on Windows, Linux and Mac OS X. Although I wouldn't expect a python file to be present on the Windows version, I could easily expect such a file on Linux, yet I couldn't find one either.
Did you have another version of Qt before installing Qt SDK 1.1 Beta? Another version which you wouldn't have completely uninstalled?