Revert "Added missing QtXml dependency"
authorEckhart Koppen <eckhart.koppen@nokia.com>
Sat, 14 May 2011 07:11:12 +0000 (10:11 +0300)
committerEckhart Koppen <eckhart.koppen@nokia.com>
Sat, 14 May 2011 07:11:12 +0000 (10:11 +0300)
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

index 1f867e3..9d0cf13 100644 (file)
@@ -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