Non Qt project for raspberrypi
-
I sucessfully setup my qt to work with my raspberrypi through this tutorial http://qt-project.org/wiki/RaspberryPi_Beginners_guide
Finnaly when i started programming i realized that qt only supports non-qt projetcs for devices, like c++.
What i really dont get is in this page: http://qt-project.org/wiki/Introduction_to_Qt_Quick_for_Cpp_developers
Introducing the c++ programming he uses the design mode, that i cant access through a c++ project.
I think there's comething i dont understand in all this!
Questions, does qt really only support "non qt projects" for devices (cross compiled)?
Why cant i access the design mode when programming c++ in qt? -
Hi and welcome to devnet,
Are you sure you setup QtCreator correctly ? Things like adding your cross-compiled Qt and a kit using it.