Skip to content

Commit

Permalink
Qt5: Fix lrelease vs. lrelease-qt5 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 4, 2015
1 parent 7408151 commit 01b4554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/ECMQt4To5Porting.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ list(APPEND QT_QTWEBKIT_LIBRARY ${Qt5WebKitWidgets_LIBRARIES})
set(QT_QTDECLARATIVE_LIBRARIES ${Qt5Quick1_LIBRARIES})
set(QT_QTDECLARATIVE_LIBRARY ${Qt5Quick1_LIBRARIES})

set(QT_LRELEASE_EXECUTABLE lrelease-qt5)
Find_Program(QT_LRELEASE_EXECUTABLE NAMES lrelease-qt5 lrelease)
set(QT_LUPDATE_EXECUTABLE lupdate-qt5)

set(QT_INSTALL_PREFIX ${_qt5Core_install_prefix})
Expand Down

0 comments on commit 01b4554

Please sign in to comment.