
Originally Posted by
Arvis17
Thanks, you got me going forward!
Now after I configured (multimedia module I did, since that was the one I need)
Then I typed 'make' some processes happened, guess all was as it should be and then I typed 'make install'
which says "make: *** No rule to make target 'install'. Stop."
I ignored it and went to Qt Creator, created new project, included multimedia in .pro file and in code, typed
#include <QCamera>
But when building I get "QCamera: No such file or directory"
And yes I have set the PATH variable to "C:\qtmobility\qt-mobility-opensource-src-1.1.0\lib"
So any ideas of what I'm doing wrong or should do to fix this?