From 54143f2611b4eceaa9716c5f474d0b1516c192af Mon Sep 17 00:00:00 2001 From: Leandro Melo <leandro.melo@nokia.com> Date: Thu, 11 Nov 2010 18:08:18 +0100 Subject: [PATCH] Remove empty dir from static.pro This was added in the case we start shipping some of the Kate XMLs (still a pending decision), which should be placed in this dir. However, this causes a warning when loading qtcreator.pro with master branch version. So I'll removed it. If we really ship the files it should be re-added and also the installer notified. Reviewed-by: con --- share/qtcreator/static.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/qtcreator/static.pro b/share/qtcreator/static.pro index 222fef4dfa7..94d49be3ace 100644 --- a/share/qtcreator/static.pro +++ b/share/qtcreator/static.pro @@ -36,8 +36,7 @@ DATA_DIRS = \ qmlicons \ qml \ qml-type-descriptions \ - qmljsdebugger \ - generic-highlighter + qmljsdebugger !isEmpty(copydata) { -- GitLab