commontk / PythonQt

CMake-ified version of PythonQt
https://mevislab.github.io/pythonqt/
GNU Lesser General Public License v2.1
67 stars 83 forks source link

Generate PythonQtConfig.cmake #69

Closed jmirabel closed 4 years ago

jmirabel commented 4 years ago

and install gui/PythonQtScriptingConsole.h

so that the following CMake snippet is sufficient to use to PythonQt

find_package(PythonQt REQUIRED)
target_link_libraries(mylib PythonQt)

independently of what Qt modules were used.