Closed
Description
Hi,
I'm trying to use the qt_all extension of python and can't figure out how to use it.
I cmaked pythonqt with
cmake -DPythonQt_Wrap_QtAll=ON .
and compiled, but it seems that the header extensions/PythonQt_QtAll/PythonQt_QtAll.h
is not installed.
I added it to the cmake headers
variable but when i compile my main.cc
with the init
method
PythonQt_QtAll::init();
the linker throws an
Undefined symbols for architecture x86_64:
"__ZN14PythonQt_QtAll4initEv", referenced from:
_main in main.cc.o
ld: symbol(s) not found for architecture x86_64
clang-3.5: error: linker command failed with exit code 1 (use -v to see invocation)
Any suggestion?
Metadata
Metadata
Assignees
Labels
No labels