Qt 5.13.0 - Build postgres driver for android
-
Since you are building for 5.13 you should change to NDK r19 at least.
-
It should be since it's available on Debian for arm64. However there might be a flag to set somewhere.
-
Hi, has anyone managed to put together a psql android plugin for qt qml app? My application is not connecting to postgres database on another machine.
@Nogood said in Qt 5.13.0 - Build postgres driver for android:
Hi, has anyone managed to put together a psql android plugin for qt qml app? My application is not connecting to postgres database on another machine.
Hi and welcome to devnet,
Did you follow the guide @NickV used ?
If not, what did you do ?
If you did, what error message do you get ?
Also, are you sure you can access that database remotely from another computer ?
Did you start your application with the QT_DEBUG_PLUGINS environment variable set to 1 in order to have more information ? -
@Nogood said in Qt 5.13.0 - Build postgres driver for android:
Hi, has anyone managed to put together a psql android plugin for qt qml app? My application is not connecting to postgres database on another machine.
Hi and welcome to devnet,
Did you follow the guide @NickV used ?
If not, what did you do ?
If you did, what error message do you get ?
Also, are you sure you can access that database remotely from another computer ?
Did you start your application with the QT_DEBUG_PLUGINS environment variable set to 1 in order to have more information ? -
Androïd switched to clang.