How can I modify Qt source files?
-
wrote on 15 Jan 2022, 09:02 last edited by A Former User
Hello I am developing an app for android in Qt 5.15.2, Windows 10
The following error persists for mehttps://bugreports.qt.io/browse/QTBUG-54165
Here, some parts of qandroidplatformscreen.cpp seem to have been changed. When I looked at the Qt files, I did not encounter such a file, what is the problem? How can I find and replace this file?
-
Hello I am developing an app for android in Qt 5.15.2, Windows 10
The following error persists for mehttps://bugreports.qt.io/browse/QTBUG-54165
Here, some parts of qandroidplatformscreen.cpp seem to have been changed. When I looked at the Qt files, I did not encounter such a file, what is the problem? How can I find and replace this file?
@NullByte
every change to Qt source files require that you recompile Qt for your target platform of course.
and then use your built Qt for your application -
@NullByte
every change to Qt source files require that you recompile Qt for your target platform of course.
and then use your built Qt for your applicationwrote on 15 Jan 2022, 11:22 last edited by@raven-worx As I guessed. thank you for the information
1/3