1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 09:32:03 +02:00

qt5: that should have ended up in the latest commit, too late for git

for me
This commit is contained in:
Dominik Schmidt
2013-01-06 04:58:31 +01:00
parent 110fb0100d
commit d7ba7ead99
5 changed files with 31 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ macro(add_tomahawk_translations language)
# Run the resource compiler (rcc_options should already be set)
add_custom_command(
OUTPUT ${trans_outfile}
COMMAND ${Qt5Core_RCC_EXECUTABLE}
COMMAND ${QT_RCC_EXECUTABLE}
ARGS ${rcc_options} -name ${trans_file} -o ${trans_outfile} ${trans_infile}
MAIN_DEPENDENCY ${trans_infile}
DEPENDS ${QM_FILES}