Results 1 to 5 of 5

Thread: How to install Qt ???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2008
    Location
    Currently Goa, Home town - Warangal
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to install Qt ???

    Assuming you have installed Dev-Cpp in C:\Dev-Cpp
    you should mention that path when installing qt-win-opensource-4.4.1-mingw.exe, when it asks for mingw.

    After you install with the path of Dev-cpp, you should be able to run the qt apps with the console that is there in "Start->All Programs->Qt by Trolltech->Qt{version} command prompt"

    But if you want to compile from cmd, and run apps with double clicks,
    Just create environment variables as shown in Qt{version} command prompt
    Assuming you know how to add env variables in windows, just
    Add QTDIR & QMAKESEC to environment variables
    and
    append QTDIR/bin to PATH

    restart the computer, everything should work fine.
    You can ask if you want more detailed explanation. I might be slow in replying, though.

  2. #2
    Join Date
    Sep 2008
    Posts
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to install Qt ???

    There You can find everything:
    turtorial.
    Good luck

  3. The following user says thank you to pawel87 for this useful post:

    dany_MB (2nd October 2008)

  4. #3
    Join Date
    Sep 2008
    Posts
    3
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to install Qt ???

    Guys thank you soooo much. Now I did it successfully.

    I installed it on Backtrack3. Working 100%.
    This is how I did it :
    Qt Code:
    1. cd /usr/local
    2. wget ftp://ftp.trolltech.no/qt/source/qt-x11-opensource-src-4.4.3.tar.gz
    3. tar -zxvf qt-x11-opensource-src-4.4.3.tar.gz
    4. cd qt-x11-opensource-src-4.4.3
    5. ./configure -qt-gif -stl -xinerama -sm -no-exceptions
    6. make install
    To copy to clipboard, switch view to plain text mode 

    Thank you guys for helping me.

Similar Threads

  1. A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP
    By shiyutang in forum Installation and Deployment
    Replies: 10
    Last Post: 5th August 2009, 04:03
  2. Replies: 2
    Last Post: 7th May 2008, 20:11
  3. How to install Qt/Qtopia on embeded linux?
    By atil in forum Qt for Embedded and Mobile
    Replies: 7
    Last Post: 13th December 2007, 22:03
  4. Replies: 4
    Last Post: 17th May 2007, 15:24
  5. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01

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.