do install-D--$</plugins/codecs/libq$${codec}codecs.a "$(PREFIX)/lib/libq$${codec}codecs.a";\
done
# INSTALLING CORE HEADERS
cd$</src/corelib; find .-type f -name'*.h'-execinstall-D--"{}""$(PREFIX)/include/qt4/src/corelib/{}"\;
cd$</include/QtCore; find .-maxdepth 1 -type f \(-name'*.h'-o-name'Q*'\)-execinstall-D-s--strip-program="$(abspath$(SRC)/qt4/fix_header.sh)"--"{}""$(PREFIX)/include/qt4/QtCore/{}"\;
# INSTALLING GUI HEADERS
cd$</src/gui; find .-type f -name'*.h'-execinstall-D--"{}""$(PREFIX)/include/qt4/src/gui/{}"\;
cd$</include/QtGui; find .-maxdepth 1 -type f \(-name'*.h'-o-name'Q*'\)-execinstall-D-s--strip-program="$(abspath$(SRC)/qt4/fix_header.sh)"--"{}""$(PREFIX)/include/qt4/QtGui/{}"\;
# INSTALLING XML HEADERS
cd$</src/xml; find .-type f -name'*.h'-execinstall-D--"{}""$(PREFIX)/include/qt4/src/xml/{}"\;
cd$</include/QtXml; find .-maxdepth 1 -type f \(-name'*.h'-o-name'Q*'\)-execinstall-D-s--strip-program="$(abspath$(SRC)/qt4/fix_header.sh)"--"{}""$(PREFIX)/include/qt4/QtXml/{}"\;
# INSTALLING NETWORK HEADERS
cd$</src/network; find .-type f -name'*.h'-execinstall-D--"{}""$(PREFIX)/include/qt4/src/network/{}"\;
cd$</include/QtNetwork; find .-maxdepth 1 -type f \(-name'*.h'-o-name'Q*'\)-execinstall-D-s--strip-program="$(abspath$(SRC)/qt4/fix_header.sh)"--"{}""$(PREFIX)/include/qt4/QtNetwork/{}"\;
# INSTALLING HEADERS
for h in corelib gui xml network;\
do find .-type f -name'*.h'-execinstall-D--"{}""$(PREFIX)/include/qt4/src/$${h}/{}"\;;\
done
for h in Core Gui Xml Network;\
do cd$</include/Qt$${h}; find .-maxdepth 1 -type f \(-name'*.h'-o-name'Q*'\)-execinstall-D-s--strip-program="$(abspath$(SRC)/qt4/fix_header.sh)"--"{}""$(PREFIX)/include/qt4/Qt$${h}/{}"\;;\