qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author timkelly
Wed, 31 Mar 2010 16:21:55 -0500
branchRCL_2_4
changeset 1147 c2836b036bd5
parent 950 6773165abc05
permissions -rw-r--r--
merge changes for bug 10674 from default
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>