You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to generate code for Qt 5.15.2 and 6?
My generator is not working properly:
Please wait while source files are being generated...
Parsing typesystem file [:/trolltech/generator/build_all.txt]
Fatal error: line=1, column=1, message=unexpected end of file
Fatal error: line=2, column=62, message=Failed to parse: 'typesystem_core.xml'
Cannot parse file: ':/trolltech/generator/build_all.txt'
How to fix it, is it a problem of this project? And how to create your own configuration (.xml) files?
And another question. I would like to control which functions can be used in Python.
That is, the ability to cut out functions so that they cannot be used. Is it possible with this generator?
The text was updated successfully, but these errors were encountered:
Set QTDIR to some dir. It is better to create a folder like qt5dir_for_generator and symlink /usr/include/x86_64-linux-gnu/qt5/include into it. Then export QTDIR=.....
run pythonqt_generator from the generator folder, where those *.xmls are located
Uh oh!
There was an error while loading. Please reload this page.
How to generate code for Qt 5.15.2 and 6?
My generator is not working properly:
How to fix it, is it a problem of this project? And how to create your own configuration (.xml) files?
And another question. I would like to control which functions can be used in Python.
That is, the ability to cut out functions so that they cannot be used. Is it possible with this generator?
The text was updated successfully, but these errors were encountered: