We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5c3c99c commit 09f6b91Copy full SHA for 09f6b91
python/PyQt/CMakeLists.txt
@@ -29,7 +29,7 @@ ELSE(ENABLE_QT5)
29
ENDIF(ENABLE_QT5)
30
31
FOREACH(pyfile ${PYQT_COMPAT_FILES})
32
- GET_FILENAME_COMPONENT(_dir ${pyfile} DIRECTORY)
+ GET_FILENAME_COMPONENT(_dir ${pyfile} PATH)
33
SET(pyfile ${PYQT_PREFIX}/${pyfile})
34
LIST(APPEND PYQT_COMPAT_FILES_PREFIXED ${pyfile})
35
ADD_CUSTOM_COMMAND(TARGET pyqtcompat
scripts/pyuic-wrapper.bat
@@ -2,4 +2,5 @@
2
set PYUIC4=%1
3
set PATH=%2;%PATH%
4
set PYTHONPATH=%3;%PYTHONPATH%
5
-%PYUIC4% %5 %6 %7 %8 %9
+set PYTHON=%4
6
+%PYTHON% %~dp0\pyuic-wrapper.py %5 %6 %7 %8 %9
0 commit comments