Hi
Application built quite ok, but when running, most of the graphics doesnt appears
in console output I’ve got:
file:///home/vladest/FelgoSDK/Demos/FelgoSDK/CarChallenge-build-desktop-Desktop_Qt_4_8_1_for_GCC__Qt_SDK__Debug/qml/Level.qml:32:5: QML Image: Error decoding: file:///home/vladest/FelgoSDK/Demos/FelgoSDK/CarChallenge-build-desktop-Desktop_Qt_4_8_1_for_GCC__Qt_SDK__Debug/qml/img/playground.jpg: Unsupported image format
libpng warning: Application was compiled with png.h from libpng-1.2.44
libpng warning: Application is running with png.c from libpng-1.4.8
libpng warning: Incompatible libpng version in application and library
file:///home/vladest/FelgoSDK/Demos/FelgoSDK/CarChallenge-build-desktop-Desktop_Qt_4_8_1_for_GCC__Qt_SDK__Debug/qml/Level.qml:20:5: QML Image: Error decoding: file:///home/vladest/FelgoSDK/Demos/FelgoSDK/CarChallenge-build-desktop-Desktop_Qt_4_8_1_for_GCC__Qt_SDK__Debug/qml/img/asphalt_background.png: Unable to read image data
libpng warning: Application was compiled with png.h from libpng-1.2.44
libpng warning: Application is running with png.c from libpng-1.4.8
libpng warning: Incompatible libpng version in application and library
etc
by ldd
I’ve got
libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007fc698c28000)
which is weird, because I’ve added to the projectinclude.pri file:
LIBS += $$THIRDPARTY_LIBRARY_PATH/libpng.a
which should compile your statically built libpng 1.4
can you help me with this?
Thanks