Skip to content

Commit

Permalink
For finding the locale tools os2 behaves like win32
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Jul 19, 2010
1 parent 5d08546 commit 11b5f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/locale.pri
Expand Up @@ -36,7 +36,7 @@ TRANSLATIONS += \
zh_TW.ts

isEmpty(QMAKE_LRELEASE) {
win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
win32|os2:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
unix {
!exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease-qt4 }
Expand Down

0 comments on commit 11b5f85

Please sign in to comment.