Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix macOS build #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix macOS build #16

wants to merge 1 commit into from

Conversation

hbast
Copy link

@hbast hbast commented Oct 1, 2022

No description provided.

@hbast hbast changed the title fix macOS build #15 fix macOS build Oct 1, 2022
@tuxmaster5000
Copy link

You fix will break linux.
try this one:
lrelease.output = ${QMAKE_FILE_BASE}.qm
linux-g++ {
lrelease.commands = $$[QT_INSTALL_BINS]/lrelease-qt5 ${QMAKE_FILE_IN} -qm translations/${QMAKE_FILE_BASE}.qm
} else {
macx {
lrelease.commands = $$[QT_INSTALL_BINS]/lrelease ${QMAKE_FILE_IN} -qm translations/${QMAKE_FILE_BASE}.qm
} else {
lrelease.commands = $$[QT_INSTALL_BINS]/../../../bin/qt5/lrelease ${QMAKE_FILE_IN} -qm translations/${QMAKE_FILE_BASE}.qm
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants