From 0704bebd5c4631a4e832e1975c2af4c1faf20a34 Mon Sep 17 00:00:00 2001 From: Eckhart Koppen Date: Sat, 14 May 2011 10:11:12 +0300 Subject: [PATCH] Revert "Added missing QtXml dependency" This reverts commit 7e40b1c87d91d0c3cd06c49eb5cf98c95179d030. Commit was reverted since building with rpath enabled will solve creating the translations during compile time. Disabling rpath will be investigated at a later point. --- src/linguist/lrelease/lrelease.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linguist/lrelease/lrelease.pro b/src/linguist/lrelease/lrelease.pro index 1f867e3..9d0cf13 100644 --- a/src/linguist/lrelease/lrelease.pro +++ b/src/linguist/lrelease/lrelease.pro @@ -5,7 +5,7 @@ TARGET = lrelease DESTDIR = $$QT.designer.bins QT -= gui -QT += core-private xml +QT += core-private CONFIG += qt warn_on console CONFIG -= app_bundle -- 2.7.4