builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author timkelly
Tue, 14 Sep 2010 15:23:21 -0500
changeset 2005 6922af2e1b8a
parent 1830 5f8982384793
permissions -rw-r--r--
check for QtCore.dso in folder to determin if armv5 should be supported (rather than .lib)

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
  
 <extension
       point="com.nokia.carbide.cdt.builder.environmentModifier">
      <modifier class="com.nokia.carbide.cdt.builder.test.TestEnvironmentModifier"/>
 </extension>
 
</plugin>