qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author timkelly
Wed, 31 Mar 2010 12:09:18 -0500
changeset 1145 a9cc5c408e07
parent 945 67437bfc7c6f
permissions -rw-r--r--
Always cache the platform/target as uppercase, and always return platform and target as uppercase (regression for bug 10674). Fixes problems with building and displaying emulator, as well as discovering GCCE prefix file correctly.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
929
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     2
<?eclipse version="3.2"?>
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     3
<plugin>
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     4
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     5
   <extension
945
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
     6
         id="com.nokia.carbide.cpp.qt.core.symbianSDKMgrHook"
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
     7
         name="Symbian SDK Manager Hook"
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
     8
         point="com.nokia.carbide.cpp.sdk.core.sdkManagerLoadedHook">
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
     9
          <provider
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
    10
            class="com.nokia.carbide.cpp.internal.qt.core.QtCorePlugin"
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
    11
            name="com.nokia.carbide.cpp.internal.qt.core.SDK-HookClient"/>
929
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
    12
   </extension>
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
    13
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
    14
</plugin>