qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author fturovic <frank.turovich@nokia.com>
Thu, 25 Feb 2010 10:28:28 -0600
branchRCL_2_4
changeset 1020 ea77505ba5f6
parent 950 6773165abc05
permissions -rw-r--r--
added additional links to TOC
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
950
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     2
<?eclipse version="3.2"?>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     3
<plugin>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     4
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     5
   <extension
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     6
         id="com.nokia.carbide.cpp.qt.core.symbianSDKMgrHook"
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     7
         name="Symbian SDK Manager Hook"
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     8
         point="com.nokia.carbide.cpp.sdk.core.sdkManagerLoadedHook">
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     9
          <provider
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    10
            class="com.nokia.carbide.cpp.internal.qt.core.QtCorePlugin"
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    11
            name="com.nokia.carbide.cpp.internal.qt.core.SDK-HookClient"/>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    12
   </extension>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    13
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    14
</plugin>