mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
24 lines
657 B
Plaintext
24 lines
657 B
Plaintext
From e2b65b01938db4a78b1374f7e01729bf65e05fbf Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
|
Date: Tue, 4 Jul 2017 20:54:53 +0200
|
|
Subject: [PATCH] Haiku got no qtchooser
|
|
|
|
---
|
|
src/ui/ui.pro | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/ui/ui.pro b/src/ui/ui.pro
|
|
index f9e27b34..3d3f4a24 100644
|
|
--- a/src/ui/ui.pro
|
|
+++ b/src/ui/ui.pro
|
|
@@ -43,7 +43,8 @@ isEmpty(DESTDIR) {
|
|
}
|
|
|
|
isEmpty(LRELEASE) {
|
|
- !macx: LRELEASE = qtchooser -run-tool=lrelease -qt=5
|
|
+ !macx:!haiku: LRELEASE = qtchooser -run-tool=lrelease -qt=5
|
|
+ haiku: LRELEASE = lrelease
|
|
macx: LRELEASE = lrelease
|
|
}
|
|
|