diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-01-07 19:55:35 +0100 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-01-08 08:10:35 -0500 |
commit | c20cce2b356c8c689c71824308d78321e65f8854 (patch) | |
tree | 5f3627ffef6a9aeb1ecaf31b0532706654c06e49 /lumina-open | |
parent | debian: lumina qt5/0.8.0 updates (diff) | |
download | lumina-c20cce2b356c8c689c71824308d78321e65f8854.tar.gz lumina-c20cce2b356c8c689c71824308d78321e65f8854.tar.bz2 lumina-c20cce2b356c8c689c71824308d78321e65f8854.zip |
use QT5LIBDIR in all qmake files
Diffstat (limited to 'lumina-open')
-rw-r--r-- | lumina-open/lumina-open.pro | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lumina-open/lumina-open.pro b/lumina-open/lumina-open.pro index 37f55e32..ade86be1 100644 --- a/lumina-open/lumina-open.pro +++ b/lumina-open/lumina-open.pro @@ -28,7 +28,12 @@ LIBS += -L../libLumina -L$$LIBPREFIX -lLuminaUtils QMAKE_LIBDIR = ../libLumina DEPENDPATH += ../libLumina -LRELEASE = $$LIBPREFIX/qt5/bin/lrelease +isEmpty(QT5LIBDIR) { + QT5LIBDIR = $$PREFIX/lib/qt5 +} + +LRELEASE = $$QT5LIBDIR/bin/lrelease + TRANSLATIONS = i18n/lumina-open_af.ts \ i18n/lumina-open_ar.ts \ |