Results 1 to 2 of 2

Thread: Problems installing QT on Window 7 x64

  1. #1
    Join Date
    Nov 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Problems installing QT on Window 7 x64

    Hello. I'm really noob at this. >.<

    I have read around instructions on installing QT but they tend to differ at places. These websites tend to underestimate my idiocy level by skipping implicit steps...

    I have been following the instructions from this website, since it has more inputs with the IDE i'm using (dev-c++).

    http://www.infernodevelopment.com/in...arious-methods

    I have got past the echo instructions. however, there is no CONFIGURE command in windows cmd.

    How can i continue to configure if I don't have MSVC? (I find MSVC difficult to use>.<)

    Kindly help me out.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Problems installing QT on Window 7 x64

    There's an equivalent configure.exe in the source code root directory for those disadvantaged by Windows. It looks like you skipped the first part of:
    2) Ok now you should be set, Start->Run->"cmd" and now in the console go to C:\Qt\4.4.3 or wherever your Qt is installed, and first test the variable "QTDIR" by typing "echo %QTDIR%" it should display your path to Qt.
    That is, "CD C:\Qt\4.4.3".

    The instructions you linked to will give you a 32-bit Qt install. If you just want to use Qt on a Windows 7 64-bit version, and don't need to generate 64-bit native binaries, then just grab the SDK from http://qt.nokia.com/downloads, install it, and save yourself a bunch of time and effort. The SDK bundled 32-bit MingW compiler and matching Qt libraries work out-of-the-box.

    If you need to build native 64-bit applications then you will have to build from source yourself. Since 64-bit builds of Qt on Windows is only supported with MSVC I don't know how far you will get with another compiler.

Similar Threads

  1. Problems installing Qt4 on Yellow Dog 5.0
    By bizmopeen in forum Installation and Deployment
    Replies: 3
    Last Post: 19th December 2009, 07:15
  2. Installing Problems with Qt 4.5 on Win CE 6 for VS 2008
    By MatthesL in forum Installation and Deployment
    Replies: 0
    Last Post: 23rd March 2009, 14:44
  3. Problems installing on MacOS X
    By a5char in forum Installation and Deployment
    Replies: 2
    Last Post: 26th March 2007, 21:45
  4. Problems when installing QT 4 on Solaris
    By zeki709 in forum Installation and Deployment
    Replies: 6
    Last Post: 10th February 2007, 13:22
  5. Problems installing QT4 on PPC Mac (Tiger)
    By f.stendike in forum Installation and Deployment
    Replies: 0
    Last Post: 21st November 2006, 15:17

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.