diff options
author | Ken Moore <moorekou@gmail.com> | 2014-09-14 08:56:36 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2014-09-14 08:56:36 -0400 |
commit | 97a31dc646c99e2af6b89f9f9b6accb1162d8481 (patch) | |
tree | 2143b74e173ec70ad024390930f5f79bb649174c /lumina-config | |
parent | Merge pull request #7 from ajacoutot/openbsd (diff) | |
parent | Fix path to lrelease on OpenBSD. (diff) | |
download | lumina-97a31dc646c99e2af6b89f9f9b6accb1162d8481.tar.gz lumina-97a31dc646c99e2af6b89f9f9b6accb1162d8481.tar.bz2 lumina-97a31dc646c99e2af6b89f9f9b6accb1162d8481.zip |
Merge pull request #8 from ajacoutot/openbsd2
Fix path to lrelease on OpenBSD.
Diffstat (limited to 'lumina-config')
-rw-r--r-- | lumina-config/lumina-config.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lumina-config/lumina-config.pro b/lumina-config/lumina-config.pro index 3970a7a9..92b38b0a 100644 --- a/lumina-config/lumina-config.pro +++ b/lumina-config/lumina-config.pro @@ -27,6 +27,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 @@ -94,6 +101,6 @@ TRANSLATIONS = i18n/lumina-config_af.ts \ i18n/lumina-config_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 |