YDYD
Posts: 5
Joined: Wed Jun 11, 2014 5:49 am

Qt on Linux

Wed Jun 11, 2014 5:56 am

Hi all,

I am currently struggling on Linux environment.

I am trying to install Qt on Linux for Raspi, debian, Wheezy.
After Qt install, I need to design a GUI to tune what color my camera is going to capture.

I couldn't even install Qt on Linux, and there is a little info outside.

I am following the following website for my Qt install
http://qt-project.org/wiki/Native_Build ... spberry_Pi

I stuck at the configure part:

Run Configure:

Code: Select all

./configure -v -opengl es2 -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=/usr/bin/ -opensource -confirm-license -optimized-qmake -reduce-relocations -reduce-exports -release -qt-pcre -make libs -prefix /usr/local/qt5 &> output
I was unable to get my "output" file.

Anyone could help?? I appreciate a lot!!!

Thanks All

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Qt on Linux

Wed Jun 11, 2014 11:40 am

There appears to be issues with QT5 on Raspbian Wheezy which is the de-facto recommended Linux Distribution.

Raspbian Jessie Testing by default has QT5, so it may be worth considering grabbing another SD Card and trying Jessie..

http://www.raspberrypi.org/forums/viewt ... 66&t=47944
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

YDYD
Posts: 5
Joined: Wed Jun 11, 2014 5:49 am

Re: Qt on Linux

Thu Jun 12, 2014 1:09 am

Hi Fruit,

I have already have an img and using it with OpenCv, I wonder if i change to Jessie, my old installment could not be used,

Will Qt4 work instead of Qt5?

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Qt on Linux

Thu Jun 12, 2014 4:58 am

Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Return to “Other projects”