debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/build_index.xml
author Ed Swartz <ed.swartz@nokia.com>
Mon, 16 Nov 2009 11:11:50 -0600
changeset 594 aa7a8dc8006a
parent 0 fb279309251b
permissions -rw-r--r--
Remove hard dependency on Qt plugins; make their resolution optional. Without this, most of Carbide fails to load if any Qt plugin is missing.

<?xml version="1.0" encoding="UTF-8"?>
<project name="com.nokia.carbide.cpp.debug.crashdebugger" default="build.index" basedir=".">

	<target name="build.index" if="eclipse.running" >
		<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
	</target>
	
</project>