From 237a6f013af44f33a01d7a733f3de88c7a5fe8b8 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 26 Jan 2018 20:32:39 +0100 Subject: [PATCH] don't use the absolute path --- plugins.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.pri b/plugins.pri index 2f142ef..28c4195 100644 --- a/plugins.pri +++ b/plugins.pri @@ -48,7 +48,7 @@ QMAKE_EXTRA_COMPILERS += externplugininfo TRANSLATIONS *= $$files($${PWD}/$${TARGET}/translations/*ts, true) lupdate.depends = FORCE lupdate.depends += plugininfo -lupdate.commands = $$[QT_INSTALL_BINS]/lupdate -recursive -no-obsolete $$PWD/"$$TARGET"/"$$TARGET".pro; +lupdate.commands = lupdate -recursive -no-obsolete $$PWD/"$$TARGET"/"$$TARGET".pro; QMAKE_EXTRA_TARGETS += lupdate translations.path = /usr/share/guh/translations