Skip to content
Snippets Groups Projects
Commit 54143f26 authored by Leandro Melo's avatar Leandro Melo
Browse files

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
parent 8276b23d
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,7 @@ DATA_DIRS = \ ...@@ -36,8 +36,7 @@ DATA_DIRS = \
qmlicons \ qmlicons \
qml \ qml \
qml-type-descriptions \ qml-type-descriptions \
qmljsdebugger \ qmljsdebugger
generic-highlighter
!isEmpty(copydata) { !isEmpty(copydata) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment