mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
osgeo4w: fix lrelease lookup
This commit is contained in:
parent
fde813ca82
commit
74b2e19434
@ -393,12 +393,6 @@ IF(WITH_CORE)
|
||||
# Disable automatic conversion from QString to ASCII 8-bit strings (char *)
|
||||
# (Keeps code compatible with Qt/Mac/64bit)
|
||||
ADD_DEFINITIONS(-DQT_NO_CAST_TO_ASCII)
|
||||
|
||||
FIND_PROGRAM(QT_LRELEASE_EXECUTABLE
|
||||
NAMES lrelease
|
||||
PATHS ${QT_BINARY_DIR}
|
||||
NO_DEFAULT_PATH
|
||||
)
|
||||
ENDIF(WITH_CORE)
|
||||
|
||||
# build our version of astyle
|
||||
|
@ -1,4 +1,4 @@
|
||||
Find_Program(QT_LRELEASE_EXECUTABLE NAMES lrelease-qt5 lrelease)
|
||||
FIND_PROGRAM(QT_LRELEASE_EXECUTABLE NAMES lrelease-qt5 lrelease)
|
||||
|
||||
MACRO(ADD_TRANSLATION_FILES _sources )
|
||||
|
||||
|
@ -156,7 +156,6 @@ cmake -G "%CMAKEGEN%" ^
|
||||
-D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python3.exe ^
|
||||
-D PYTHON_INCLUDE_PATH=%O4W_ROOT%/apps/Python36/include ^
|
||||
-D PYTHON_LIBRARY=%O4W_ROOT%/apps/Python36/libs/python36.lib ^
|
||||
-D QT_BINARY_DIR=%O4W_ROOT%/bin ^
|
||||
-D QT_LIBRARY_DIR=%O4W_ROOT%/lib ^
|
||||
-D QT_HEADERS_DIR=%O4W_ROOT%/apps/qt5/include ^
|
||||
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT%/apps/%PACKAGENAME% ^
|
||||
|
@ -162,7 +162,6 @@ cmake -G "%CMAKEGEN%" ^
|
||||
-D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python3.exe ^
|
||||
-D PYTHON_INCLUDE_PATH=%O4W_ROOT%/apps/Python36/include ^
|
||||
-D PYTHON_LIBRARY=%O4W_ROOT%/apps/Python36/libs/python36.lib ^
|
||||
-D QT_BINARY_DIR=%O4W_ROOT%/bin ^
|
||||
-D QT_LIBRARY_DIR=%O4W_ROOT%/lib ^
|
||||
-D QT_HEADERS_DIR=%O4W_ROOT%/apps/qt5/include ^
|
||||
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT%/apps/%PACKAGENAME% ^
|
||||
|
Loading…
x
Reference in New Issue
Block a user