File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -393,12 +393,6 @@ IF(WITH_CORE)
393
393
# Disable automatic conversion from QString to ASCII 8-bit strings (char *)
394
394
# (Keeps code compatible with Qt/Mac/64bit)
395
395
ADD_DEFINITIONS (-DQT_NO_CAST_TO_ASCII )
396
-
397
- FIND_PROGRAM (QT_LRELEASE_EXECUTABLE
398
- NAMES lrelease
399
- PATHS ${QT_BINARY_DIR}
400
- NO_DEFAULT_PATH
401
- )
402
396
ENDIF (WITH_CORE )
403
397
404
398
# build our version of astyle
Original file line number Diff line number Diff line change 1
- Find_Program (QT_LRELEASE_EXECUTABLE NAMES lrelease-qt5 lrelease )
1
+ FIND_PROGRAM (QT_LRELEASE_EXECUTABLE NAMES lrelease-qt5 lrelease )
2
2
3
3
MACRO (ADD_TRANSLATION_FILES _sources )
4
4
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ cmake -G "%CMAKEGEN%" ^
156
156
-D PYTHON_EXECUTABLE=%O4W_ROOT% /bin/python3.exe ^
157
157
-D PYTHON_INCLUDE_PATH=%O4W_ROOT% /apps/Python36/include ^
158
158
-D PYTHON_LIBRARY=%O4W_ROOT% /apps/Python36/libs/python36.lib ^
159
- -D QT_BINARY_DIR=%O4W_ROOT% /bin ^
160
159
-D QT_LIBRARY_DIR=%O4W_ROOT% /lib ^
161
160
-D QT_HEADERS_DIR=%O4W_ROOT% /apps/qt5/include ^
162
161
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT% /apps/%PACKAGENAME% ^
Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ cmake -G "%CMAKEGEN%" ^
162
162
-D PYTHON_EXECUTABLE=%O4W_ROOT% /bin/python3.exe ^
163
163
-D PYTHON_INCLUDE_PATH=%O4W_ROOT% /apps/Python36/include ^
164
164
-D PYTHON_LIBRARY=%O4W_ROOT% /apps/Python36/libs/python36.lib ^
165
- -D QT_BINARY_DIR=%O4W_ROOT% /bin ^
166
165
-D QT_LIBRARY_DIR=%O4W_ROOT% /lib ^
167
166
-D QT_HEADERS_DIR=%O4W_ROOT% /apps/qt5/include ^
168
167
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT% /apps/%PACKAGENAME% ^
You can’t perform that action at this time.
0 commit comments