Results 1 to 2 of 2

Thread: [ASK]How To Instal Qt for Build Static In My Machine? (Dell Inspiron N4010)

  1. #1
    Join Date
    Apr 2013
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default [ASK]How To Instal Qt for Build Static In My Machine? (Dell Inspiron N4010)

    This is my detail machine

    Proc icore3 2.2ghz x64
    Mem 4gb

    How to install qt 5.1 for 32bit application development in my machine with build static?

  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: [ASK]How To Instal Qt for Build Static In My Machine? (Dell Inspiron N4010)

    Go here: http://qt-project.org/downloads
    Download: Qt Online Installer for Windows 32-bit and run it.
    If you already have Microsoft Visual Studio 2010 or 2012 on the machine then:
    • Tick "msvc2010 32-bit" or "msvc2012 32-bit" under "Qt 5.1.0" to match your compiler. If you intend targeting Windows XP then select the "msvc201x 32-bit OpenGL" variant instead.
    • Untick "Tools"

    If you have no C++ compiler on your machine then:
    • Tick "MinGW4.8 (32 bit)" under "Qt 5.1.0"
    • Tick "MinGW 4.8" under "Tools"

    Finish the install process. You now have everything you need to start with Qt 5.1 on Windows.

    If by "with build static" you mean a statically linked Qt library then you will need also need to select/download the Qt sources, the necessary external library and build dependencies, and build your own Qt library from source code. I would assume from the level of this question that this is likely to be difficult for you.

Similar Threads

  1. Build static QT + static SSL problem.
    By makzimi in forum Qt Programming
    Replies: 3
    Last Post: 23rd April 2012, 23:45
  2. [Release] problem with mysql, relaease build on another machine
    By kornicameister in forum Qt Programming
    Replies: 5
    Last Post: 5th October 2010, 12:31
  3. Replies: 1
    Last Post: 13th January 2010, 23:35
  4. Moving from QT 4.5 shared build to QT 4.5.2 static build
    By extrakun in forum Qt Programming
    Replies: 0
    Last Post: 26th October 2009, 09:49
  5. Installing 32-bit static version on 64-bit machine.
    By davemar in forum Installation and Deployment
    Replies: 0
    Last Post: 18th October 2008, 10:13

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.