From 31c2956e2b26a6924e0b05666c6abbad1ab37988 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 28 Feb 2019 16:05:39 +0100 Subject: [PATCH] Fix updating translations files Broke with 791d791f2ca80dc623e6dac78c9f469e442516c3 Change-Id: I254d45fa50a34d39378eab8f0d2c365c92835cc8 Fixes: QTCREATORBUG-22058 Reviewed-by: Leena Miettinen --- share/qtcreator/translations/translations.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/qtcreator/translations/translations.pro b/share/qtcreator/translations/translations.pro index 0df9762fccd..0df2d53ad4a 100644 --- a/share/qtcreator/translations/translations.pro +++ b/share/qtcreator/translations/translations.pro @@ -73,7 +73,8 @@ plugin_sources -= src/plugins/plugins.pro \ shared_sources = $$files($$IDE_SOURCE_TREE/src/shared/*) shared_sources ~= s,^$$re_escape($$IDE_SOURCE_TREE/),,g$$i_flag shared_sources -= \ - src/shared/qbs + src/shared/qbs \ + src/shared/shared.pro sources = src/app src/libs $$plugin_sources $$shared_sources share/qtcreator/qmldesigner for(path, INCLUDEPATH): include_options *= -I$$shell_quote($$path)