1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
cdt/qt/org.eclipse.cdt.qt-feature/feature.xml

35 lines
827 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.cdt.qt"
label="CDT Qt Support"
version="1.0.0.qualifier"
provider-name="Eclipse CDT">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="org.eclipse.cdt.qt.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.cdt.qt.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>