Specifying PYTHON_VERSION for ScriptingPython plugin in SQLiteStudio 3.4.14+ #5220
john-black-3k
started this conversation in
General
Replies: 1 comment
-
Yes, that should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently building SQLiteStudio for Ubuntu Arm64 (on UserLand Android app) for my Galaxy S23 Ultra phone.
Until now I had to edit the "ScriptingPython.pro" file to link against Python 3.10 because that is available on Ubuntu UserLand.
I saw that starting with SQLiteStudio 3.4.14, it is possible to specify Python version via a
qmake
parameter. As I understand it, thePYTHON_VERSION
parameter needs to be set viaqmake
when compiling plugins. Currently I already set CONFIG, INCLUDEPATH and LIBS parameters.Should the
PYTHON_VERSION
parameter be set as follows?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions