Downloading Samples
-
Qt 4.8
-
I opened an executable..where all the downloaded examples were..and not within the IDE. It did nothing.
-
They are not visible through Qt.
-
./camera: error while loading shared libraries: libQtMultimediaKit.so.1: wrong ELF class: ELFCLASS64
-
Yes the other examples are running this way. Is there any installation problem?
I installed them using sudo apt-get install qtmobility-examples..
And I am trying to do it in At side by side..just wanted to experiment with premade samples. -
Hi,
If you are starting with Qt, I recommend using Qt 5. Qt 4.8 is rather old.
Also, Ubuntu modified the Qt 4.8 packages (which I think caused more trouble than it's worth). The Qt 4.8 packages in the Ubuntu repository are different from standard packages.
-
Year..ubuntu's qtmobility is a little messed up..thanks for your help.. :)
I am thinking of incorporating opencv for the same now.