diff --git a/libnymea/plugin/plugin.pri b/libnymea/plugin/plugin.pri index 95cf87db..536a6572 100644 --- a/libnymea/plugin/plugin.pri +++ b/libnymea/plugin/plugin.pri @@ -1,4 +1,5 @@ # Copyright (C) 2018 Michael Zanetti +# Copyright (C) 2018 Simon Stürz # # This file is part of nymea. # @@ -66,7 +67,7 @@ QMAKE_EXTRA_TARGETS += clean plugininfo_clean TRANSLATIONS *= $$files($${_PRO_FILE_PWD_}/translations/*ts, true) lupdate.depends = FORCE lupdate.depends += plugininfo -lupdate.commands = lupdate -recursive -no-obsolete $$PWD/"$$TARGET".pro; +lupdate.commands = lupdate -recursive -no-obsolete $${_PRO_FILE_PWD_}/"$$TARGET".pro; QMAKE_EXTRA_TARGETS += lupdate # make lrelease to build .qm from .ts