Skip to content

Commit 01b4554

Browse files
committedOct 4, 2015
Qt5: Fix lrelease vs. lrelease-qt5 problem
1 parent 7408151 commit 01b4554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/modules/ECMQt4To5Porting.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ list(APPEND QT_QTWEBKIT_LIBRARY ${Qt5WebKitWidgets_LIBRARIES})
189189
set(QT_QTDECLARATIVE_LIBRARIES ${Qt5Quick1_LIBRARIES})
190190
set(QT_QTDECLARATIVE_LIBRARY ${Qt5Quick1_LIBRARIES})
191191

192-
set(QT_LRELEASE_EXECUTABLE lrelease-qt5)
192+
Find_Program(QT_LRELEASE_EXECUTABLE NAMES lrelease-qt5 lrelease)
193193
set(QT_LUPDATE_EXECUTABLE lupdate-qt5)
194194

195195
set(QT_INSTALL_PREFIX ${_qt5Core_install_prefix})

0 commit comments

Comments
 (0)
Please sign in to comment.