cannot find QT SDK online installer
I cannot find the QT SDK online installer. I wanted to install the windows version. Now I set up the Linux environment in a virtual machine which is pretty slow on my computer..
Can anyone provide me a link, please?
Comments
Try http://www.developer.nokia.com/Develop/Qt/Tools/
for the 1.2.1 version. I found the Digia page very confusing, and didn't see any obvious SDK either.
In reply to Try by schepers
The free version should be on http://qt-project.org/, shpuldn't it?
In reply to The free version should be on by Jojo-Schmitz
Go find it there...
In reply to Go find it there... by schepers
good point ;-)
The Qt SDK is discontinued. You need to download the Qt libraries, Qt Creator and mingw separately...
I will update the developer handbook page ASAP and update the build file to use Qt 4.8.4.
In reply to The Qt SDK is discontinued. by [DELETED] 5
The handbook page for Windows is updated. Please report any mistake.
In reply to The handbook page for Windows by [DELETED] 5
Maybe the handbook page could also say not to install the very latest version (4.7.2) of MinGW-gcc, since Qt 4.8.x (built with GCC 4.4) does not work with GCC 4.7. See //qt-project.org/forums/viewthread/22197 .
It works with GCC 4.6.2 (and older).
GCC 4.4 is not supported by the mingw-get script, so if one wants to use this, he/she has to manually install it.
In reply to MinGW version by ABL
I had no problem compiling MuseScore with GCC 4.7 and using the Qt libraries compiled with 4.4. Did you ?
In reply to I had no problem compiling by [DELETED] 5
Actually, yes.
The program seemed to compile fine and make install was able to create the win32install folder (with all the needed dll), but when I tried to start the application, it did not start and an error message appeared (I don't remember the text of the error)
(Windows XP Professional SP3, MinGW-gcc-4.7.2, Qt 4.8.3 libraries downloaded from qt-project)
After downgrading the MinGW-gcc (and g++) to version 4.6.2, the compilation went fine and the application starts (and works).
To be precise, I found a little difference between my compiled version and the (Windows) nightly builds: the version I compiled crashes on importing some of the (classical music) example capella files I downloaded from capella website. The nightly builds still crashes on importing some of these files (with a Qt error), but the version I compiled crashes on importing some of the ones the nightly build is able to import. I think it is a problem related to tuplets in the files, since the ones which the nightly imports show measure duration errors (even if they do not crash the application); I am investigating.
In reply to Compiling issues by ABL
Could this be Qt 4.8.3 vs. Qt 4.8.4?
In reply to Could this be Qt 4.8.3 vs. Qt by Jojo-Schmitz
I just tried the compilation with Qt 4.8.4 and MinGW-gcc 4.7.2 and mscore.exe still crashes at startup.
(AppName: mscore.exe AppVer: 0.0.0.0 ModName: qtcore4.dll
ModVer: 4.8.4.0 Offset: 0005f15d)
From the header of the Windows reporting message, I think it is a Qt problem, probably the one explained in the forum discussion I am refering to in one of the previous comment.
Now I am going to downgrade gcc again to version 4.6 to compile MuseScore.
In reply to Also for Qt 4.8.4 by ABL
OK I didn't try it yet but here is MinGW with GCC 4.4, the one used to compile Qt binaries apparently
http://get.qt.nokia.com/misc/MinGW-gcc440_1.zip
http://code.google.com/p/piece-of-c/downloads/detail?name=MinGW-gcc440_…
(I checked, the SHA is the same e2733f83c7b1dc152f917183b3457a4ae86b68c3)
In reply to OK I didn't try it yet but by [DELETED] 5
Tested with GCC 4.4, and it's working for me too. I updated the instructions since it's better to use the same compiler version for Qt and MuseScore...
In reply to The handbook page for Windows by [DELETED] 5
It works fine, thanks a lot!