CPP-33475: Create the Qt plugin

Split a part of QML plugin with core functionality for paths detection and
with icons specific to Qt file types.
For now the functionality is used in CLion and Python plugin.

This change allows to open `.ui` files with detected `designer` tool which didn't
work in CLion before.
The icons are also updated to the more up-to-date format which honors new UI.

IJ-CR-107960

GitOrigin-RevId: dffc1706197ebc568db43ff85f324c1520e919f6
This commit is contained in:
Ivan Donchevskii
2023-05-30 21:00:06 +02:00
committed by intellij-monorepo-bot
parent b6c003a833
commit 5db8fd0e1a
10 changed files with 99 additions and 173 deletions

View File

@@ -121,5 +121,6 @@
<orderEntry type="module" module-name="intellij.python.community.core.impl" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.python.psi" />
<orderEntry type="module" module-name="intellij.qt.common" />
</component>
</module>