diff options
author | Antoine Jacoutot <ajacoutot@gnome.org> | 2014-09-14 08:53:52 +0200 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@gnome.org> | 2014-09-14 08:53:52 +0200 |
commit | 87f394794f153124507284adec8bf0ba3357021e (patch) | |
tree | a9f23032c17421390918be6ed96e88e94369361c /lumina-fm/lumina-fm.pro | |
parent | Clean up the usage/detection of the "URGENT" window status, and also move the... (diff) | |
download | lumina-87f394794f153124507284adec8bf0ba3357021e.tar.gz lumina-87f394794f153124507284adec8bf0ba3357021e.tar.bz2 lumina-87f394794f153124507284adec8bf0ba3357021e.zip |
Fix path to lrelease on OpenBSD.
Diffstat (limited to 'lumina-fm/lumina-fm.pro')
-rw-r--r-- | lumina-fm/lumina-fm.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lumina-fm/lumina-fm.pro b/lumina-fm/lumina-fm.pro index 0895ad58..6b533029 100644 --- a/lumina-fm/lumina-fm.pro +++ b/lumina-fm/lumina-fm.pro @@ -29,6 +29,13 @@ linux-g++-64 { } else { LIBS += -L../libLumina -lLuminaUtils -lQtSolutions_SingleApplication-head } + +openbsd-g++4 { + LRELEASE = lrelease4 +} else { + LRELEASE = lrelease-qt4 +} + QMAKE_LIBDIR = ../libLumina DEPENDPATH += ../libLumina @@ -96,7 +103,7 @@ TRANSLATIONS = i18n/lumina-fm_af.ts \ i18n/lumina-fm_zu.ts dotrans.path=/usr/local/share/Lumina-DE/i18n/ -dotrans.extra=cd i18n && lrelease-qt4 -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)/usr/local/share/Lumina-DE/i18n/ +dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)/usr/local/share/Lumina-DE/i18n/ desktop.files=lumina-fm.desktop desktop.path=/usr/local/share/applications/ |