Skip to content
Snippets Groups Projects
Commit dfc4e77e authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

PKG: also include lupdate and lconvert

parent 23ed4216
No related branches found
No related tags found
1 merge request!3Qt4to5
......@@ -56,6 +56,8 @@ function(prepare_file_list file_list_result)
#Qt stuff
if(HAVE_QT)
list(APPEND file_list "lrelease${EXE_EXT}")
list(APPEND file_list "lupdate${EXE_EXT}")
list(APPEND file_list "lconvert${EXE_EXT}")
list(APPEND file_list "moc${EXE_EXT}")
list(APPEND file_list "qmake${EXE_EXT}")
list(APPEND file_list "rcc${EXE_EXT}")
......
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