Skip to content

Commit

Permalink
Fix compillation on Linux
Browse files Browse the repository at this point in the history
Resolves #40
  • Loading branch information
trufanov-nok authored Dec 16, 2021
1 parent 05c675c commit c7b7a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZXTapeReviver.pro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for (T, AVAILABLE_TRANSLATIONS) {

system($$[QT_INSTALL_BINS]/lrelease -idbased $${TRANSLATIONS_PATH}/$${TRANSLATION_FILENAME}$${COUNTRY_CODE}.xlf -qm $${TRANSLATIONS_PATH}/$${TRANSLATION_FILENAME}$${COUNTRY_CODE}.qm)
}
DEFINES += AVAILABLE_TRANSLATIONS=\\\"$${DEFINED_TRANSLATIONS}\\\" \
DEFINES += AVAILABLE_TRANSLATIONS=\"\\\"$${DEFINED_TRANSLATIONS}\\\"\" \
COUNTRY_CODES=$${COUNTRY_CODES}

TRANSLATIONS_GENERATED_FILENAME = $${PWD}/generated/translations_generated
Expand Down

0 comments on commit c7b7a25

Please sign in to comment.