Closed jmirabel closed 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.
and install gui/PythonQtScriptingConsole.h
so that the following CMake snippet is sufficient to use to PythonQt
independently of what Qt modules were used.