qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author fturovic <frank.turovich@nokia.com>
Wed, 13 Oct 2010 14:07:29 -0500
changeset 2155 fb8db13ce840
parent 945 67437bfc7c6f
permissions -rw-r--r--
BUG 12329 - Reworded to add simulator target as well

<?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>