Skip to content

Commit

Permalink
Merge pull request #41 from trufanov-nok/patch-1
Browse files Browse the repository at this point in the history
Fix compillation on Linux
  • Loading branch information
lgolouz authored Dec 16, 2021
2 parents 05c675c + c7b7a25 commit f94cbe6
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 f94cbe6

Please sign in to comment.