How to use a static Qt library in PyQt?
-
I have a static library made in Qt with C++ and I want to be able to just import that in PyQt. Could anyone please point out if this is possible?
my .pro file consists of consist of
TEMPLATE = lib
TARGET = myLibrary
CONFIG += qt thread staticlib
Thanks in advance! -
Hi,
To the best of my knowledge you have to build bindings for it. Since you want to use PyQt, check their generator.
-
I have a static library made in Qt with C++ and I want to be able to just import that in PyQt. Could anyone please point out if this is possible?
my .pro file consists of consist of
TEMPLATE = lib
TARGET = myLibrary
CONFIG += qt thread staticlib
Thanks in advance!@qt_is_not_easy
You might want to ask this at https://riverbankcomputing.com/mailman/listinfo/pyqt.