2015-07-28 18:15 GMT+02:00 Ilya Palachev <[email protected]>: > On 28.07.2015 16:46, Tomasz Olszak wrote: >> >> Have you tried "qmake -query"? Is it only problem with qtperf or all >> binaries? I'm not familiar with journalctl configuration but IIRC I >> got output from qt apps on Tizen Common 3.0. > > > Here is the output of that command: > > bash-4.3# qmake -query > QT_SYSROOT: > QT_INSTALL_PREFIX:/usr > QT_INSTALL_ARCHDATA:/usr/share/qt5 > QT_INSTALL_DATA:/usr/share/qt5 > QT_INSTALL_DOCS:/usr/share/doc/packages/qt5 > QT_INSTALL_HEADERS:/usr/include/qt5 > QT_INSTALL_LIBS:/usr/lib64 > QT_INSTALL_LIBEXECS:/usr/lib64/qt5/libexec > QT_INSTALL_BINS:/usr/lib64/qt5/bin > QT_INSTALL_TESTS:/usr/lib64/qt5/tests > QT_INSTALL_PLUGINS:/usr/lib64/qt5/plugins > QT_INSTALL_IMPORTS:/usr/lib64/qt5/imports > QT_INSTALL_QML:/usr/lib64/qt5/qml > QT_INSTALL_TRANSLATIONS:/usr/share/qt5/translations > QT_INSTALL_CONFIGURATION:/etc/xdg > QT_INSTALL_EXAMPLES:/usr/lib64/qt5/examples > QT_INSTALL_DEMOS:/usr/lib64/qt5/examples > QT_HOST_PREFIX:/usr > QT_HOST_DATA:/usr/share/qt5 > QT_HOST_BINS:/usr/lib64/qt5/bin > QT_HOST_LIBS:/usr/lib64 > QMAKE_SPEC:devices/linux-g++-tizen > QMAKE_XSPEC:devices/linux-g++-tizen > QMAKE_VERSION:3.0 > QT_VERSION:5.4.1 > > Do you see anything abnormal? > BTW, I have forgot to say that the firmware is of aarch64 architecture. > > --regards, > Ilya >
You have console output then. qtperf does not output anything. Try to see which plugins qtperf loads: $ QT_DEBUG_PLUGINS=1 ./qtperf and using -platform switch choose appropriate: $ QT_DEBUG_PLUGINS=1 ./qtperf -platform linuxfb BTW is it X or wayland based image? On wayland default platform plugin is wayland, on X - xcb. _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
