qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author timkelly
Tue, 02 Mar 2010 08:17:46 -0600
changeset 1052 12fd5293f52f
parent 945 67437bfc7c6f
permissions -rw-r--r--
Update tool tip explaining what the builders are. Fix problem where sbsv2 builder is always selected.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>

   <extension
         id="com.nokia.carbide.cpp.qt.core.symbianSDKMgrHook"
         name="Symbian SDK Manager Hook"
         point="com.nokia.carbide.cpp.sdk.core.sdkManagerLoadedHook">
          <provider
            class="com.nokia.carbide.cpp.internal.qt.core.QtCorePlugin"
            name="com.nokia.carbide.cpp.internal.qt.core.SDK-HookClient"/>
   </extension>

</plugin>