how can i install qt creator4 and qt5.3 framwork in raspberry
-
Hi,
I am running my system on jessie, and my qt application is working perfectly but when i upgrade jesssie to buster all qt creator and qt framwork both are upgraded and my qt creator does not include several libraies .
so how can i solve this issue. -
Hi,
I am running my system on jessie, and my qt application is working perfectly but when i upgrade jesssie to buster all qt creator and qt framwork both are upgraded and my qt creator does not include several libraies .
so how can i solve this issue.@qt_ankit_developer said in how can i install qt creator4 and qt5.3 framwork in raspberry:
qt creator does not include several libraies
Install these libraries instead of downgrading Qt/QtCreator.
What libraries are missing? -
-sudo update
-sudo upgrade
-restart
-sudo apt-get install qt5-default
-sudo apt-get install qtcreator
-restart
-open QT and set toolkit (GCC)
-restart -
hii,
how can i update qtframework from 5.3 to 5.4 in raspbian os. is there any command wich directly upgrade qt 5.3 to 5.4 -
hii,
how can i update qtframework from 5.3 to 5.4 in raspbian os. is there any command wich directly upgrade qt 5.3 to 5.4@qt_ankit_developer Check which Qt version Raspbian provides. If it does not provide Qt 5.4 or newer you will need to build Qt by yourself, but then I suggest to use current stable release and not 5.4.