Exactly what are any error messages you are seeing?
As was said, qtopiamake is just a wrapper for setting up qmake, you will see output from qmake when it is run the first time you run 'make'.
Exactly what are any error messages you are seeing?
As was said, qtopiamake is just a wrapper for setting up qmake, you will see output from qmake when it is run the first time you run 'make'.
Freelance Senior Software Engineer
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