9d2e718f3c
split from from devel/qt4-linguist (similar to Qt 5 ports). These console tools are often used for localization support in Qt ports, having them standalone is quite useful. This work is based on Tobias Berner patch [1]. PR: 190929 [1] Requested by: amdmi3, koobs
10 lines
267 B
Prolog
10 lines
267 B
Prolog
--- tools/linguist/linguist.pro.orig 2015-02-23 21:20:45 UTC
|
|
+++ tools/linguist/linguist.pro
|
|
@@ -1,6 +1,2 @@
|
|
TEMPLATE = subdirs
|
|
-SUBDIRS = \
|
|
- lrelease \
|
|
- lupdate \
|
|
- lconvert
|
|
-!no-png:!contains(QT_CONFIG, no-gui):SUBDIRS += linguist
|
|
+SUBDIRS = linguist
|