ProParser: Remove unused files
These files are relicts from the old pro editor. Change-Id: I803d0491357ba73453b0a98f53bf6472be47364e Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Before Width: | Height: | Size: 514 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 599 B |
@@ -1,109 +0,0 @@
|
||||
<!DOCTYPE ProItemInfo>
|
||||
<proiteminfo>
|
||||
<scope>
|
||||
<id>win32</id>
|
||||
<name>Windows</name>
|
||||
</scope>
|
||||
|
||||
<scope>
|
||||
<id>unix</id>
|
||||
<name>Unix</name>
|
||||
</scope>
|
||||
|
||||
<scope>
|
||||
<id>mac</id>
|
||||
<name>Mac</name>
|
||||
</scope>
|
||||
|
||||
<variable multiple="false">
|
||||
<id>TARGET</id>
|
||||
<name>Output Target</name>
|
||||
<description>This specifies the name of the target file.</description>
|
||||
</variable>
|
||||
|
||||
<variable multiple="false">
|
||||
<id>TEMPLATE</id>
|
||||
<name>Output Template</name>
|
||||
<description>This variable contains the name of the template to use when generating the project.</description>
|
||||
<value>
|
||||
<id>app</id>
|
||||
<name>Application</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>lib</id>
|
||||
<name>Library</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>subdirs</id>
|
||||
<name>Subdirectories</name>
|
||||
</value>
|
||||
</variable>
|
||||
|
||||
<variable multiple="true" operator="0">
|
||||
<id>HEADERS</id>
|
||||
<name>Header Files</name>
|
||||
<description>Defines the header files for the project</description>
|
||||
</variable>
|
||||
|
||||
<variable multiple="true" operator="0">
|
||||
<id>SOURCES</id>
|
||||
<name>Source Files</name>
|
||||
<description>Defines the source files for the project</description>
|
||||
</variable>
|
||||
|
||||
<variable multiple="true" operator="0">
|
||||
<id>INCLUDEPATH</id>
|
||||
<name>Include Path</name>
|
||||
<description>Defines the include path for the project</description>
|
||||
</variable>
|
||||
|
||||
<variable multiple="true" operator="0">
|
||||
<id>FORMS</id>
|
||||
<name>Form Files</name>
|
||||
<description>Defines the form files for the project</description>
|
||||
</variable>
|
||||
|
||||
<variable multiple="true" operator="0">
|
||||
<id>RESOURCES</id>
|
||||
<name>Resource Files</name>
|
||||
<description>Defines the resource files for the project</description>
|
||||
</variable>
|
||||
|
||||
<variable multiple="true" operator="0">
|
||||
<id>QT</id>
|
||||
<name>Qt Modules</name>
|
||||
<description>The values stored in the QT variable control which of the Qt modules are used by your project.</description>
|
||||
<value>
|
||||
<id>core</id>
|
||||
<name>QtCore module</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>gui</id>
|
||||
<name>QtGui module</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>network</id>
|
||||
<name>QtNetwork module</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>opengl</id>
|
||||
<name>QtOpenGL module</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>sql</id>
|
||||
<name>QtSql module</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>svg</id>
|
||||
<name>QtSvg module</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>xml</id>
|
||||
<name>QtXml module</name>
|
||||
</value>
|
||||
<value>
|
||||
<id>qt3support</id>
|
||||
<name>Qt3Support module</name>
|
||||
</value>
|
||||
</variable>
|
||||
</proiteminfo>
|
@@ -1,14 +1,4 @@
|
||||
<RCC>
|
||||
<qresource prefix="/proparser" >
|
||||
<file>images/profile.png</file>
|
||||
<file>images/scope.png</file>
|
||||
<file>images/value.png</file>
|
||||
<file>images/other.png</file>
|
||||
<file>images/set.png</file>
|
||||
<file>images/append.png</file>
|
||||
<file>images/remove.png</file>
|
||||
<file>proiteminfo.xml</file>
|
||||
</qresource>
|
||||
<qresource prefix="/qmake/features" >
|
||||
<file>spec_pre.prf</file>
|
||||
<file>spec_post.prf</file>
|
||||
|