Results 1 to 14 of 14

Thread: QApplication: no such file or directory

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Bucureşti, RO
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QApplication: no such file or directory

    Quote Originally Posted by jochen_r
    Any idea what is wrong? (Okay the tutorial is for Qt4 and I have Qt3, but does it make a difference for a "Hello World" program?).
    Apparently there is a big difference even in a "Hello world" program .
    I mean I also tried to start learning Qt4.0 using the famous official Qt book, C++ GUI Programming with Qt 3 (ISBN 0-13-124072-2), but from the first program in the book (hello world) i received compilation errors. The book is still great because besides the program examples (which i am sure can be easily modified to work in 4.0 also) it gives you great explanation of all related Qt concepts (slots, signals, etc...).

    I am also a newbie to Qt and for now I sticked with the great Qt documentation (assistant) and so far so good. Actually not very far but still good )
    --
    In need of a fix called inocence ...

  2. #2
    Join Date
    Jan 2006
    Posts
    46
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: QApplication: no such file or directory

    I started by getting missing file errors and such like.

    If you are using Linux and these commands are available on your
    machine you can try:

    apt-cache search qt

    then, for all the stuff which sounds related to what you want, you do
    apt-get install <name of the application>

    You have to be root and to have write permission in /usr

    Mariane

    PS If you have a Debian Sarge you will still miss one file, with an
    unpronouncable name. I've forgotten which one it was, if you have a Debian
    Sarge I'll send you the file if you want. Just reming me of its name

Similar Threads

  1. QApplication: No such file or directory
    By panos in forum Newbie
    Replies: 10
    Last Post: 27th August 2007, 11:08
  2. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  3. QApplication: No such file or directory
    By Dolinski in forum Newbie
    Replies: 4
    Last Post: 24th May 2007, 05:13
  4. errors while installing Qt4.2 in Linux
    By nimmyj in forum Installation and Deployment
    Replies: 11
    Last Post: 13th December 2006, 11:58
  5. Am I the only one with "make" error ?
    By probine in forum Installation and Deployment
    Replies: 1
    Last Post: 13th February 2006, 12:54

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
  •  
Qt is a trademark of The Qt Company.