Skip to content
Snippets Groups Projects
Commit 4702d5ae authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

SuperBuild: adapt name of lupdate path variable to qt5

parent 3b7f4d24
No related branches found
No related tags found
1 merge request!3Qt4to5
......@@ -56,7 +56,7 @@ if( OTBQt_ENABLED )
message( STATUS "Merge TS : ${_abs_ts}")
add_custom_command(OUTPUT ${_abs_ts}
COMMAND ${QT_LUPDATE_EXECUTABLE}
COMMAND ${Qt5_LUPDATE_EXECUTABLE}
ARGS -locations none -pro ${OTB_QT_I18N_PRO} -ts ${_abs_ts}
DEPENDS
${OTB_QT_I18N_HEADER_FILES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment