Merge branch 'qt6' into fix/qt-type-caster

This commit is contained in:
Mikaël Capelle
2023-07-02 13:55:39 +02:00
committed by GitHub
7 changed files with 55 additions and 31 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ target_link_libraries(runner-tests PUBLIC runner)
set(PYLIB_DIR ${CMAKE_CURRENT_BINARY_DIR}/pylibs)
mo2_python_pip_install(runner-tests
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/pylibs
PACKAGES
PACKAGES
pytest
PyQt${QT_MAJOR_VERSION}==${QT_VERSION}
PyQt${QT_MAJOR_VERSION}-Qt${QT_MAJOR_VERSION}==${QT_VERSION})