#!/bin/shif["x$1"!="x"-a"x$1"!="x-library"];thenecho"Usage: $0 [-library]"echo echo"-library: Build the component as a dynamic library (DLL). Default is to"echo" include the component source code directly in the application."echo exit 0firm-f config.priif["x$1"="x-library"];thenecho"Configuring to build this component as a dynamic library."echo"SOLUTIONS_LIBRARY = yes"> config.prifiechoecho"This component is now configured."echoecho"To build the component library (if requested) and example(s),"echo"run qmake and your make command."echoecho"To remove or reconfigure, run make distclean."echo