Installing QT Creator on Debian
-
wrote on 21 Oct 2015, 10:29 last edited by
What are steps to properly install and use QT Creator on Debian?
-
Go to http://www.qt.io/download/ download the open-source Qt version, execute the downloaded file and follow the installer.
By default it installs QtCreator as well. -
wrote on 26 Oct 2015, 09:08 last edited by
But I have problem with installing appropriate qmake package, do I need qt4-qmake or qt5-qmake? What's the difference between these two qt-creator-opensource-linux-x86-3.5.1 and qt-opensource-linux-x86-5.5.1?
-
wrote on 26 Oct 2015, 10:54 last edited by
Hi,
what installer did you use exactly from the link jsulm pointed to?
if you use the online/offline installer you should get Qt Creator automatically also."What's the difference between these two qt-creator-opensource-linux-x86-3.5.1 and qt-opensource-linux-x86-5.5.1?"
the first one is Qt creator and the second is the one I mentioned earlier.You should not need to install Qt Creator separately.
-
But I have problem with installing appropriate qmake package, do I need qt4-qmake or qt5-qmake? What's the difference between these two qt-creator-opensource-linux-x86-3.5.1 and qt-opensource-linux-x86-5.5.1?
@Zola What problem is it? Just start the installer and select the Qt version you want to have (current version is 5.5.1). It will install everything including qmake. QtCreator is installed by default and should detect Qt automatically.
-
wrote on 26 Oct 2015, 11:43 last edited byThis post is deleted!
-
Hi,
what installer did you use exactly from the link jsulm pointed to?
if you use the online/offline installer you should get Qt Creator automatically also."What's the difference between these two qt-creator-opensource-linux-x86-3.5.1 and qt-opensource-linux-x86-5.5.1?"
the first one is Qt creator and the second is the one I mentioned earlier.You should not need to install Qt Creator separately.
-
You mean you need Qt for ARM (armhf)?
In this case you will need to build Qt for ARM (the Qt installer only provides "Android armv5" and "Android armv7").
If you want to build your apps on your PC for ARM then you need to cross compile Qt. Or you build on your ARM device, then you can build Qt on that device.
2/8