Sysprogs forums › Forums › VisualGDB › Qt5 Raspberry Pi
- This topic has 3 replies, 2 voices, and was last updated 10 years, 9 months ago by ket.
-
AuthorPosts
-
February 2, 2014 at 14:37 #732sunilvbParticipant
I am trying to get Qt5 going on my Raspberry Pi…
I have Qt5.2 MinGW installed on my PC.
I am following the tutorial at http://visualgdb.com/tutorials/raspberry/qt-cross/
I am stuck at step-4 with the following error :
==================================================
apt-add-repository -y ppa:canonical-qt5-edgers/qt5-propersh: 1: apt-add-repository: not found
apt-get updateHit http://raspberrypi.collabora.com wheezy Release.gpg
Ign http://twolife.be wheezy Release.gpg
Hit http://repository.wolfram.com stable Release.gpg
Hit http://raspberrypi.collabora.com wheezy Release
Hit http://twolife.be wheezy Release
Hit http://repository.wolfram.com stable Release
Hit http://archive.raspberrypi.org wheezy Release.gpg
Hit http://mirrordirector.raspbian.org wheezy Release.gpg
Hit http://twolife.be wheezy/main armhf Packages
Hit http://raspberrypi.collabora.com wheezy/rpi armhf Packages
Hit http://archive.raspberrypi.org wheezy Release
Hit http://repository.wolfram.com stable/non-free armhf Packages
Hit http://mirrordirector.raspbian.org wheezy Release
Hit http://archive.raspberrypi.org wheezy/main armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/main armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/contrib armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/non-free armhf Packages
Ign http://repository.wolfram.com stable/non-free Translation-en_GB
Ign http://repository.wolfram.com stable/non-free Translation-en
Hit http://mirrordirector.raspbian.org wheezy/rpi armhf Packages
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en_GB
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en
Ign http://twolife.be wheezy/main Translation-en_GB
Ign http://twolife.be wheezy/main Translation-en
Ign http://archive.raspberrypi.org wheezy/main Translation-en_GB
Ign http://archive.raspberrypi.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Reading package lists…
apt-get -y install qtdeclarative5-devReading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package qtdeclarative5-dev
==================================================Thanks in advance !!
February 3, 2014 at 05:47 #2918ketParticipantHi,
Qt5 is not yet available as a package for Raspberry Pi. That is why we currently support auto-installing Qt4 packages only as in the tutorial. You can still use Qt5 with Raspberry Pi, but you will need to set it up manually. Currently that probably means building it from sources yourself.
February 6, 2014 at 20:00 #2916sunilvbParticipantWhat about BeagleBone. Do you support Qt5 or QML on BeagleBone ?
I am trying to decide which platform to go with based on support for QML.
thanks!February 6, 2014 at 21:29 #2917ketParticipantHi,
VisualGDB does support building the apps and debugging the c/c++ code of both Qt4 and Qt5 on Raspberry Pi and Beaglebone.
However, before you make the Qt5 project with VisualGDB you should setup Qt5 manually on the platform, that may mean building it from sources. Installing Qt5 from a package is not yet available for Raspberry Pi or Beaglebone, only for generic x86 Linux platforms. Hence the VisualGDB project wizard cannot install Qt5 for you. -
AuthorPosts
- You must be logged in to reply to this topic.