Build Issue when migrating from 5.11.2 to 5.15.8
-
Hi,
I have an Qt Quick application developed and build using Qt 5.11.2, which run's on a RPi 3B+ as a 32-bit application.
Currently I tried to migrate from Qt 5.11.2 to Qt 5.15.8 and change the project as a 64-bit application.Other the few Deprecated Qt functions, I do not expect any changes to the code.
However I am using a custom Virtual Key board style which gives me an error saying it couldn't find style.cpp file.I tried many times, cleaning up the project build directories, re-run qmake and a Rebuild.
Also tried removing the qml files and adding them back to the project.I appreciate your help.
-Thanks
-
Hi,
I have an Qt Quick application developed and build using Qt 5.11.2, which run's on a RPi 3B+ as a 32-bit application.
Currently I tried to migrate from Qt 5.11.2 to Qt 5.15.8 and change the project as a 64-bit application.Other the few Deprecated Qt functions, I do not expect any changes to the code.
However I am using a custom Virtual Key board style which gives me an error saying it couldn't find style.cpp file.I tried many times, cleaning up the project build directories, re-run qmake and a Rebuild.
Also tried removing the qml files and adding them back to the project.I appreciate your help.
-Thanks
@yuva said in Build Issue when migrating from 5.11.2 to 5.15.8:
style.cpp
What file is this? Is it your own source file?
-
I don't own the Style.cpp, assuming it is within Qt that is handled.
I have a created a custom keyboard layout using the Qt VirtualKeyboard as per the instruction below.
https://doc.qt.io/qt-5/technical-guide.html#keyboard-stylesIt work when I was building the project using Qt 5.11.2 version.
Now I have to migrate to Qt 5.15.8 -
I don't own the Style.cpp, assuming it is within Qt that is handled.
I have a created a custom keyboard layout using the Qt VirtualKeyboard as per the instruction below.
https://doc.qt.io/qt-5/technical-guide.html#keyboard-stylesIt work when I was building the project using Qt 5.11.2 version.
Now I have to migrate to Qt 5.15.8@yuva said in Build Issue when migrating from 5.11.2 to 5.15.8:
I don't own the Style.cpp, assuming it is within Qt that is handled.
You should know what you're compiling - when you compile Qt then it's a Qt source - when you compile your code then it's your fault
Now I have to migrate to Qt 5.15.8
Since this is a commercial version you should ask the Qt support.