Results 1 to 2 of 2

Thread: How to add applications to qtopia..

  1. #1

    Default How to add applications to qtopia..

    I want to add some applications like embeddedkonsole to qtopia-4.2.2..

    I read some document 'how to add component to qtopia' in google and edited custom.pri file like this..
    --------------------------------
    useMyEmbeddedKonsole:APP_PROJECTS*=applications/embeddedkonsole\
    applications/imageviewer
    --------------------------------
    and after this I did configure like this ..

    cd build.
    ../qtopia-opensource-4.2.2/./configure -release -shared -xplatform linux-arm-g++ -arch arm -device greenphone -prefix /usr/qpe -displaysize 640x480 -config "CONFIG+=useMyEmbeddedKonsole"

    Then I did make and then make install..
    I didnt get any make errors..
    But I didnt get these applications installed also..I think that application not at all added to qtopia..
    When I did make inside one application directory /build/src/applications/embeddedkonsole I got error like..

    Project ERROR: You must specify the project type with qtopia_project()
    Died at ~/build/bin/qtopiamake line 431.
    make: *** [regenerate] Error 2
    ----------------------------------

    I have added "qtopia_project(qtopia app)" to embeddedkonsole.pro file

    Now I am not getting "Project ERROR: You must specify the project type with qtopia_project()"

    Now when I run 'make' inside application directory /build/src/applications/embeddedkonsole , I got error like

    " *** No rule to make target `libembeddedkonsole.so', needed by `link_test'. Stop."

    What is this mean..??

    Can anyone help me out..??

    Hope someone will help me..

    Thanks in advance..

  2. #2

    Unhappy Re: How to add applications to qtopia..

    One thing I forgot to tel you al..
    I have taken embeddedkonsole application source from older version qtopia(1.6.1) and added to src/applications/ directory.

    Now I am not getting any clues how to solve this problem..

    I was reffering that older version hoping I will get some clues there..

    I added "REQUIRES = embeddedkonsole " to src/applications/embeddedkonsole/embeddedkonsole.pro file..

    then I run 'make' , now I am not getting previous error but I got error like..
    "Some of the required modules (embeddedkonsole) are not available.
    Skipped."


    I dont know where exactly I am doing wrong..

    Can anybody help me..????

Similar Threads

  1. Qtopia 4.2.4 opensource won't configure
    By MarkoSan in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 28th November 2007, 13:54
  2. qtopia applications about addressbook
    By qtopiahooo in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 13th March 2007, 08:02
  3. Replies: 3
    Last Post: 6th March 2007, 18:24
  4. Qtopia 4.2 Open Source edition released!
    By lpotter in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 21st December 2006, 20:45
  5. Kdevlop and Qtopia
    By void* in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 19th December 2006, 06:43

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.