Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: mimi1962 on May 19, 2014, 01:58:50 PM

Title: qt in a13
Post by: mimi1962 on May 19, 2014, 01:58:50 PM
hello,

i have compiled qt with this configuration.
./configure -v -opensource -confirm-license -prefix /usr/local/qt485 -embedded arm -xplatform qws/linux-arm-g++ -no-mmx -no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility -no-openssl -no-gtkstyle -qt-mouse-pc -qt-mouse-linuxtp -qt-mouse-linuxinput -plugin-mouse-linuxtp -plugin-mouse-pc -fast -little-endian -host-big-endian -no-pch -no-sql-ibase -no-sql-odbc -no-sql-psql -no-webkit -no-qt3support -nomake examples -nomake demos -nomake docs -nomake translations
without tslib in the qmake.conf
i use the vga screnn


when i launch my program with -qws option in user mode i have this message:
Construction de l'instance de la classe principale Chronometre
./Chronometre: symbol lookup error: ./Chronometre: undefined symbol: _ZN7QWidget8qwsEventEP8QWSEvent

and in root mode i see the box dialog, but i don't use this box.

i have to use this dialog box with a mouse. what do i make?

thank you

Michel