Thank you for your quick reply. I need to make media and audio qt application work in raspberry. For that I need to install qt5multimedia5 packages. From which repository should I install?
Hi Heater/topguy, Both the steps sudo apt-get update & sudo apt-get upgrade were successful.But I could not install libqt5multimedia5 since I could not install some of its dependencies from this repository.eg libqtcore5a libqtgui5 etc...Kindly suggest me from where I can install these. Thanks, sachu
I added the twolife.list to sources.list.d without changing the raspbian image.when i tried to add the package key, got the result as key 2578B775 not changed.I am not able to do sudo apt-get update.Kindly help.
could you please help me how can install package from this link https://twolife.be/raspbian/
following this link i cant understand nothing how to install the package and how to do that one....
As per our discussion QT in raspberry pi is working fine.Thank you for your valuable support.Also kindly tell me which all modules are supported in this QT.Is qtmultimedia module supported in this QT?If not how to reconfigure the QT in raspberry pi?Kindly help.
Hi all,
I have a raspberry pi 2 board is with me,I have purchased one wi-pi module also . by using wi-pi module i can communicate with the wi-fi. but i need to communicate with android phones by using wi-fi direct feature could u please help me to set up wi-fi direct communication
hi , I have Raspberry pi 2 board with me... i am using Wi-Pi Raspberry Pi 802.11n Wireless Adapter for my raspberry pi board. i have wpa_gui icon on my OS Image(Debian wheezy) desktop. i can connect wi-fi network successfully. but i need to acess wi-fi direct to any android device to my board. how i...
Hi , I already tried out the eglfs , xcb and other . all the thing have the same out put. when i execting the ./Qt_Canvas_drawing -platform xcb / ./Qt_Canvas_drawing -platform eglfs nothing shown in the display and also i list out process from the prcoess list i can analysis that my application is n...
I dont think it so my application is ruuning . because when i list out process by using psc command my application is not in the list.
I already tried out the hello world application also it also not working in the setup.
please help me to solve this issue
its an urgent one.....
hi $ ./Qt_Canvas_drawing -platform eglfs i tried out this one also but it also stucking at the same point. this application is working on my windows pc .application have no problem. i am using the Raspberry pi 2 board. this is urgent one... it u can solve this issue means please help me to build cro...
Hai I installed all the packages which you telling. now also nothing should be running it will stuck in the command pi@raspberrypi ~/Qt_Canvas_drawing $ export QT_QPA_EGLFS_PHYSICAL_HEIGHT=100 pi@raspberrypi ~/Qt_Canvas_drawing $ export QT_QPA_EGLFS_PHYSICAL_WIDTH=100 pi@raspberrypi ~/Qt_Canvas_draw...
please find my screen shot of qmake and make process but there is no error once qmake and make please help me the above post mentioned issue pi@raspberrypi ~/Qt_Canvas_drawing $ qmake pi@raspberrypi ~/Qt_Canvas_drawing $ make /usr/bin/g++ -Wl,-rpath-link,/opt/vc/lib -Wl,-rpath-link,/usr/lib/arm-linu...
hai , my application build without any issue but when i running i get like this no application is running pi@raspberrypi ~/Qt_Canvas_drawing $ ./Qt_Canvas_drawing -platform eglfs EGLFS: Unable to query physical screen size, defaulting to 100 dpi. EGLFS: To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH a...
I export path it workingthe application is build but i get an error what i do pi@raspberrypi ~/Qt_Canvas_drawing $ ./Qt_Canvas_drawing EGLFS: Unable to query physical screen size, defaulting to 100 dpi. EGLFS: To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimet...
I added the following to following to /etc/profile $ export PATH=${PATH}:/usr/local/qt5/bin $ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/qt5/lib $ export QT_PLUGIN_PATH=/usr/local/qt5/plugins I here by attach profile. # /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) #...
Hai Qt Canvas draing folder is my Qt application. could u please help me to solve this issue. or other wise please help https://twolife.be/raspbian/ how can follow this link. i didnt understand this link , what i need to download. i am using Debian wheezy which package i need to install by follwing ...
Hai , I followed up to this step. $ wget https://dl.dropboxusercontent.com/u/812 ... .2-rpi.tgz $ tar xvzf qt5.2-rpi.tgz $ rm qt5.2-rpi.tgz $ sudo mv qt5 /opt $ ln -s /opt/qt5 /usr/local/qt5 You will need to set some environment variables, This can be done by adding the following to /etc/profile or ...
Hai Thanks for your reply I followed this document http://the.linuxd.org/qt-5-2-for-raspberry-pi/ for setting qt Use the built package. The complete Qt5.2 package ready to use is posted to DropBox and can fetched and installed as follows: $ wget https://dl.dropboxusercontent.com/u/81267937/qt5.2-rpi...
Hi, http://gettingstartedqtdebian.blogspot.fi/2013/06/installing-complete-qt4-environment-for.html i go through this link, i am using Qt 5 could u please give me the Qt 5 setting step. I have some more doubt also now i run Debian Wheezy image on my board. what are the steps i need to run after that,...