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-open/lumina-open.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-open/lumina-open.pro')
-rw-r--r-- | lumina-open/lumina-open.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lumina-open/lumina-open.pro b/lumina-open/lumina-open.pro index 5dd0e608..34e76d54 100644 --- a/lumina-open/lumina-open.pro +++ b/lumina-open/lumina-open.pro @@ -20,6 +20,12 @@ LIBS += -L../libLumina -lLuminaUtils QMAKE_LIBDIR = ../libLumina DEPENDPATH += ../libLumina +openbsd-g++4 { + LRELEASE = lrelease4 +} else { + LRELEASE = lrelease-qt4 +} + TRANSLATIONS = i18n/lumina-open_af.ts \ i18n/lumina-open_ar.ts \ i18n/lumina-open_az.ts \ @@ -84,6 +90,6 @@ TRANSLATIONS = i18n/lumina-open_af.ts \ i18n/lumina-open_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/ INSTALLS += target dotrans |