Qt configuration
-
hello, I'm trying to configure Qt creator for cross compilation, when i'm excuting this command
./configure -v -embedded -platform mkspecs/qws/linux-x86-g++ -xplatform mkspecs/qws/linux-arm-gnueabi-tivo-g++ -plugin-gfx-directfb -qt-libpng -qt-libjpeg.
I have some errors while runnig, Could not find mkspecs for your QMAKESPEC(mkspecs/qws/linux-arm-gnueabi-tivo-g++) after trying:
/usr/local/Trolltech/QtEmbedded-4.8.0-generic/mkspecs
Error processing project file: /home/g507827/Qt/qt-everywhere-opensource-src-4.8.0/config.tests/unix/glib/glib.pro
gmake: *** No targets specified and no makefile found. Stop.
thanks for your help -
Hi and welcome to devnet,
Where did you get that package from ? There's currently no
linux-arm-gnueabi-tivo-g++
mkspec in Qt 4.8 to the best of my knowledge..