qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author timkelly
Tue, 17 Aug 2010 10:53:02 -0700
branchC3_BUILDER_WORK
changeset 1843 4d6f0ee23e9b
parent 945 67437bfc7c6f
permissions -rw-r--r--
Fix several issues for Linux around casting SDKManager to concrete class: mostly with reading devices.xml which Unix does not support. Migrated ISDKManager#getMinimumSupportedSBSv2Version() to API. Can now import and create Symbian projects.

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