-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a7dcba
commit efff749
Showing
9 changed files
with
45,172 additions
and
55 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
include location of PyQt and Qsci .sip files in SIPCMD macro | ||
|
||
author: Kenneth Hoste (HPC-UGent) | ||
author: Pavel Grochal, Pavel Tománek (INUITS) | ||
--- cmake/SIPMacros.cmake.orig 2025-01-10 18:04:46.647020000 +0100 | ||
+++ cmake/SIPMacros.cmake 2025-01-14 12:55:47.893234000 +0100 | ||
@@ -101,7 +101,7 @@ | ||
ENDIF( ${CONCAT_NUM} LESS ${SIP_CONCAT_PARTS} ) | ||
ENDFOREACH(CONCAT_NUM RANGE 0 ${SIP_CONCAT_PARTS} ) | ||
|
||
- SET(SIPCMD ${SIP_BUILD_EXECUTABLE} --no-protected-is-public --pep484-pyi --no-make --concatenate=${SIP_CONCAT_PARTS} --qmake=${QMAKE_EXECUTABLE} --include-dir=${CMAKE_CURRENT_BINARY_DIR} --include-dir=${PYQT_SIP_DIR} --api-dir ${CMAKE_BINARY_DIR}/python ${SIP_BUILD_EXTRA_OPTIONS}) | ||
+ SET(SIPCMD ${SIP_BUILD_EXECUTABLE} --no-protected-is-public --pep484-pyi --no-make --concatenate=${SIP_CONCAT_PARTS} --qmake=${QMAKE_EXECUTABLE} --include-dir=${CMAKE_CURRENT_BINARY_DIR} --include-dir=${PYQT_SIP_DIR} --include-dir=$ENV{EBROOTQSCINTILLA}/share/sip --api-dir ${CMAKE_BINARY_DIR}/python ${SIP_BUILD_EXTRA_OPTIONS}) | ||
|
||
ADD_CUSTOM_COMMAND( | ||
OUTPUT ${_sip_output_files} | ||
@@ -140,7 +140,7 @@ | ||
ENDIF( ${CONCAT_NUM} LESS ${SIP_CONCAT_PARTS} ) | ||
ENDFOREACH(CONCAT_NUM RANGE 0 ${SIP_CONCAT_PARTS} ) | ||
|
||
- SET(SIPCMD ${SIP_BINARY_PATH} ${_sip_tags} -w -e ${_sip_x} ${SIP_EXTRA_OPTIONS} -j ${SIP_CONCAT_PARTS} -c ${CMAKE_CURRENT_BINARY_DIR}/${_module_path} -I ${CMAKE_CURRENT_BINARY_DIR}/${_module_path} ${_sip_includes} ${_configured_module_sip}) | ||
+ SET(SIPCMD ${SIP_BINARY_PATH} ${_sip_tags} -w -e ${_sip_x} ${SIP_EXTRA_OPTIONS} -j ${SIP_CONCAT_PARTS} -c ${CMAKE_CURRENT_BINARY_DIR}/${_module_path} -I ${CMAKE_CURRENT_BINARY_DIR}/${_module_path} ${_sip_includes} -I$ENV{EBROOTPYQT5}/share/sip/PyQt5 -I$ENV{EBROOTQSCINTILLA}/share/sip ${_configured_module_sip}) | ||
ADD_CUSTOM_COMMAND( | ||
OUTPUT ${_sip_output_files} | ||
COMMAND ${CMAKE_COMMAND} -E echo ${message} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters