templates/com.nokia.carbide.cpp.qt.templates/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 1666 5243d04d3917
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
	<!-- PROJECT WIZARDS -->
cawthron
parents:
diff changeset
     6
	<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
cawthron
parents:
diff changeset
     7
      <template
cawthron
parents:
diff changeset
     8
      		displayName="%Qt.console.template.label"
cawthron
parents:
diff changeset
     9
            groupLabel="%Qt.core.label"
cawthron
parents:
diff changeset
    10
            image="icons/consoleproject.gif"
cawthron
parents:
diff changeset
    11
            location="templates/Qt-Console/template.xml"
cawthron
parents:
diff changeset
    12
            templateId="com.nokia.carbide.cpp.qt.templates.console"
cawthron
parents:
diff changeset
    13
            wizardId="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
cawthron
parents:
diff changeset
    14
cawthron
parents:
diff changeset
    15
      <template
cawthron
parents:
diff changeset
    16
      		displayName="%Qt.gui.dialog.template.label"
cawthron
parents:
diff changeset
    17
            filterArguments="S60:3.0-5.9"
cawthron
parents:
diff changeset
    18
            groupLabel="%Qt.gui.label"
cawthron
parents:
diff changeset
    19
            image="icons/guiproject.gif"
cawthron
parents:
diff changeset
    20
            location="templates/Qt-GUI-Dialog/template.xml"
cawthron
parents:
diff changeset
    21
            templateId="com.nokia.carbide.cpp.qt.templates.gui.dialog"
cawthron
parents:
diff changeset
    22
            wizardId="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
cawthron
parents:
diff changeset
    23
cawthron
parents:
diff changeset
    24
      <template
cawthron
parents:
diff changeset
    25
      		displayName="%Qt.gui.mainwindow.template.label"
cawthron
parents:
diff changeset
    26
            filterArguments="S60:3.0-5.9"
cawthron
parents:
diff changeset
    27
            groupLabel="%Qt.gui.label"
cawthron
parents:
diff changeset
    28
            image="icons/guiproject.gif"
cawthron
parents:
diff changeset
    29
            location="templates/Qt-GUI-MainWindow/template.xml"
cawthron
parents:
diff changeset
    30
            templateId="com.nokia.carbide.cpp.qt.templates.gui.mainwindow"
cawthron
parents:
diff changeset
    31
            wizardId="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
cawthron
parents:
diff changeset
    32
cawthron
parents:
diff changeset
    33
      <template
cawthron
parents:
diff changeset
    34
      		displayName="%Qt.gui.widget.template.label"
cawthron
parents:
diff changeset
    35
            filterArguments="S60:3.0-5.9"
cawthron
parents:
diff changeset
    36
            groupLabel="%Qt.gui.label"
cawthron
parents:
diff changeset
    37
            image="icons/guiproject.gif"
cawthron
parents:
diff changeset
    38
            location="templates/Qt-GUI-Widget/template.xml"
cawthron
parents:
diff changeset
    39
            templateId="com.nokia.carbide.cpp.qt.templates.gui.widget"
cawthron
parents:
diff changeset
    40
            wizardId="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
cawthron
parents:
diff changeset
    41
   </extension>
cawthron
parents:
diff changeset
    42
cawthron
parents:
diff changeset
    43
</plugin>