Results 1 to 12 of 12

Thread: "applet not found" error when trying to run an application created with QTembedded

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: "applet not found" error when trying to run an application created with QTembedde

    So build Qt with the options you need and not those you copied from somewhere.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Mar 2015
    Posts
    13

    Default Re: "applet not found" error when trying to run an application created with QTembedde

    Quote Originally Posted by wysota View Post
    So build Qt with the options you need and not those you copied from somewhere.
    Now when compiling qt4.5.1 with gcc 3.4.5 i have no more error in the configuration, in the make, in the make install. Creating the kit in qt creator don't generate an error, building the app and the qmake seems to work too because i have an executable in the release folder and no error message.

    I copied my qt folder and my tslib folder at the exact same place on the board as where it is on the dev platform (my ubuntu pc). Then i change the environement variable as :

    export QWS_MOUSE_PROTO=tslib:/dev/input/event0
    export QWS_DISPLAY=LinuxFB:mmWidth=480:mmHeight=272
    export QTDIR=/usr/local/Qt-4.5.1-arm-linux-CD
    export LD_LIBRARY_PATH=/home/spi/installQt/tslib-arm/lib
    export TSLIB_PLUGINDIR=/home/spi/installQt/tslib-arm/lib/ts
    export TSLIB_TSDEVICE=/home/spi/installQt/tslib-arm/lib/ts
    export TSLIB_TSEVENTTYPE=INPUT
    export TSLIB_CONFFILE=/home/spi/installQt/tslib-arm/etc/ts.conf
    export TSLIB_CONSOLEDEVICE=none

    If i try to run the application like this "./app -qws" nothing happen and "SEGV" appear in the terminal.

    When running the old ts_test, ts_calibrate they can use the touch screen.
    Last edited by wowy; 2nd April 2015 at 15:00.

Similar Threads

  1. Replies: 1
    Last Post: 10th June 2013, 17:22
  2. Replies: 32
    Last Post: 25th August 2012, 23:10
  3. [WebKit] catch "page not found" error
    By maston in forum Qt Programming
    Replies: 3
    Last Post: 16th November 2010, 15:44
  4. Replies: 3
    Last Post: 11th January 2009, 05:22
  5. QFile Problem~ "Unknow error" in "open(QIODevice::ReadWrite)"
    By fengtian.we in forum Qt Programming
    Replies: 3
    Last Post: 23rd May 2007, 15:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.