QT app on raspberry pi CM4
-
hello everyone
I have a question I hope you can help
My question will be like this,
There is an application running on Raspberry pi, and I made another application, if I want it on the same raspberry, it's the old app. new app if i want. I want to run , but new app. It doesn't work when I install it on raspberry, I get an error. this error is like this
(1- error : no valid settings file could be found .
all settings files found in directory "pro.user" were unsuitable for the current version of qt creator )
and there is also another file for old app., that file is called clock and its content is like this :Execte file ([Desktop Entry]
Type=Application
Name= the name of the project
exec=project extension )
please help me
thank you everyone in advance -
hello everyone
I have a question I hope you can help
My question will be like this,
There is an application running on Raspberry pi, and I made another application, if I want it on the same raspberry, it's the old app. new app if i want. I want to run , but new app. It doesn't work when I install it on raspberry, I get an error. this error is like this
(1- error : no valid settings file could be found .
all settings files found in directory "pro.user" were unsuitable for the current version of qt creator )
and there is also another file for old app., that file is called clock and its content is like this :Execte file ([Desktop Entry]
Type=Application
Name= the name of the project
exec=project extension )
please help me
thank you everyone in advance@Hayri said in QT app on raspberry pi CM4:
It doesn't work when I install it on raspberry
How do you install it?
It sounds more like you're trying to build it on raspberry? -
@Hayri said in QT app on raspberry pi CM4:
It doesn't work when I install it on raspberry
How do you install it?
It sounds more like you're trying to build it on raspberry? -
@jsulm
When raspberry runs the project I have made in QT, I am working on that application (ie the project I have made), and besides that, I have made another project, I want to run it on the same raspberry.
can you help with this -
@Hayri Sorry, I don't understand your description.
If you want to run this other application on RaspberryPi then build it for RaspberryPi. -
@jsulm
Hello again
I got to this
it gives me error here
Unknown module(s) in QT : webkitwidgets serialport charts@Hayri said in QT app on raspberry pi CM4:
Unknown module(s) in QT : webkitwidgets serialport charts
Well, you do not have these Qt modules. You need to install them if you want to use them.
-
@Hayri said in QT app on raspberry pi CM4:
Unknown module(s) in QT : webkitwidgets serialport charts
Well, you do not have these Qt modules. You need to install them if you want to use them.
-