Installing Qt on RasspeyPi?
-
Hi,
Qt Creator is an independent project and has dedicated packages from your distribution.
-
Well, install Qt Creator with the package manager from your distribution. Since it's Debian:
apt-get install qtcreator
. -
Did you install the build-essential package ?
-
Then since you seem to want to use clang for your build: install it as well,
-
Hi,
I could create program finally... :)But in any case I've got below messages;
22:11:28: Starting /home/milbuga/Documents/Qt/build-untitled-Desktop-Debug/untitled...
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
QStandardPaths: wrong permissions on runtime directory /run/user/1000, 0770 instead of 0700Regards,
Mucip:) -
Start your application with the
QT_DEBUG_PLUGINS
environment variable set to 1 to see exactly what is happening. -
No, it's an environnement variable.
In Qt Creator, go to the Run part of the Project panel and there you can add it to the list of environment variables. -