Results 1 to 20 of 21

Thread: A problem with executing Qt 4.5.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Posts
    68
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default A problem with executing Qt 4.5.0

    Hi people
    for my first post here,I configured and made(with make command) Qt 4.5.0 on fedora core 4.but i don't know how to execute it.there is no icon or sth in desktop or in menus.
    could you help?
    thanks

  2. #2
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2
    Thanked 29 Times in 28 Posts

    Default Re: A problem with executing Qt 4.5.0

    Apart from the "executables" in the bin directorie (e.g. designer or assistant) and the executables of the examples and demos, can Qt not be "executed".
    You can use the Qt library for building own applications (with or without GUI).

  3. #3
    Join Date
    Mar 2009
    Posts
    68
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A problem with executing Qt 4.5.0

    Hey let me remind that it's not Qt's librarys its the whole Qt
    and if there is no difference,please tell how to use the librarys!
    thanks again

  4. #4
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2
    Thanked 29 Times in 28 Posts

    Default Re: A problem with executing Qt 4.5.0

    I suggest you start the Qt Assistant and go through the Qt tutorials in the Qt Reference Documentation.
    That is a very good point to start.

    Quoting from the Qt Software web page:
    "Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code."

    So Qt is not a program like OpenOffice. It is a compilation of libraries, documentation and supporting tools for application development.

  5. #5
    Join Date
    Mar 2009
    Posts
    68
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A problem with executing Qt 4.5.0

    So please tell me how to access those documentations.
    thanks

  6. #6
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 29 Times in 27 Posts

    Default Re: A problem with executing Qt 4.5.0

    Let's assume you have QTDIR environment variable that holds Qt's directory. (By the way what arguments did you use to configure Qt?)

    Then run $QTDIR/bin/assistant.
    I'm a rebel in the S.D.G.

  7. #7
    Join Date
    Mar 2009
    Posts
    68
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A problem with executing Qt 4.5.0

    there was no such directory QTDIR.
    Try to be useful for your society,not important.
    ------------------------------------------------------
    Every thing that has a beginning,Has an end.

  8. #8
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 29 Times in 27 Posts

    Default Re: A problem with executing Qt 4.5.0

    What is the location of your Qt installation?
    I'm a rebel in the S.D.G.

  9. #9
    Join Date
    Mar 2009
    Posts
    68
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A problem with executing Qt 4.5.0

    I just entered configure and make commands.nothing more.
    I think it must be in its default place.
    where is that?
    Try to be useful for your society,not important.
    ------------------------------------------------------
    Every thing that has a beginning,Has an end.

  10. #10
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 29 Times in 27 Posts

    Default Re: A problem with executing Qt 4.5.0

    Looks like /usr/local/Trolltech/Qt-4.5.0. Ok, there are two ways:
    1. run /usr/local/Trolltech/Qt-4.5.0/bin/assistant
    or
    2. add /usr/local/Trolltech/Qt-4.5.0/bin to your PATH environment variable
    add /usr/local/Trolltech/Qt-4.5.0/lib to your LD_LIBRARY_PATH environment variable
    run assistant

    Honestly, I would choose the 2nd way.
    I'm a rebel in the S.D.G.

  11. #11
    Join Date
    Mar 2009
    Posts
    68
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A problem with executing Qt 4.5.0

    there were no Trolltech directory,too.
    Try to be useful for your society,not important.
    ------------------------------------------------------
    Every thing that has a beginning,Has an end.

Similar Threads

  1. Replies: 19
    Last Post: 3rd April 2009, 23:17
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  4. Problem executing process
    By EricF in forum Qt Programming
    Replies: 4
    Last Post: 25th January 2008, 16:04
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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.