maybe you should try to write a script, which will compose a .pro file for different Qt platforms. for example:
we have qt_profile, qtopiacore_profile, qtopia_profile.
then in order to platform script will select needed file and make:
cat needed_file > project.pro
then run qmake/qtopiamake. or make several scripts for each platform
Bookmarks