Skip to content

Installation and Deployment

Your Qt just doesn't want to build? Your compiler can't find the libs? Here's where you find comfort and understanding. And help.
9.8k Topics 51.2k Posts
  • Problem running QtQuick2 application on windows

    1
    0 Votes
    1 Posts
    548 Views
    No one has replied
  • Qt 5.2.0: no qmake for LInux dev ?

    12
    0 Votes
    12 Posts
    5k Views
    SGaistS
    If you are using Qt Creator it should already been configured, if not, just add that version of Qt in the preferences and make a Kit with it. If you want to run it from the command line, I would recommend using the full path, so you're always sure of which version of qmake you are using (you could also have the system qt dev tools installed)
  • [Solved] Mac Qt 4.8.4 and libssl 1.0.1e ... qt loads wrong version

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    It might if you give the static libssl
  • Binary package for Android information

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Then you don't need anything else, except the ndk/sdk for Android
  • Qt5.1.1 build with openSSL option gives link error

    7
    0 Votes
    7 Posts
    3k Views
    SGaistS
    You're welcome ! You should also consider updating to 5.2. Since you have it working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Qt 5.2 with Visual Studio 2013?

    6
    0 Votes
    6 Posts
    5k Views
    SGaistS
    There's maybe the Express Edition but you won't have Qt's add-in
  • [solved] Problems building Qt for WinRT using Visual Studio 2013

    3
    0 Votes
    3 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, Glad you find out and thanks for sharing the solution. Can you also please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Bison.exe I/O error building Qt5.2 on Windows

    3
    0 Votes
    3 Posts
    2k Views
    P
    Looks like the problem is I have another version of m4 in my path. Put the "L:\qt-everywhere-enterprise-src-5.2.0\gnuwin32\bin" before all the system path will solve the problem
  • X Error: BadDrawable (invalid Pixmap or Window parameter) 9

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Mingw32 frozen or waiting ? ( i think race condition)

    1
    0 Votes
    1 Posts
    634 Views
    No one has replied
  • Qt 5.2 build error with Visual 2013 (Unresolved symbol from JSC)

    2
    0 Votes
    2 Posts
    4k Views
    E
    I've successfully builded Qt by cleaning and doing configure/nmake again. @ git submodule foreach --recursive "git clean -dfx" configure -debug-and-release -opensource -nomake examples -nomake tests -confirm-license nmake @
  • Installation on Fedora 11 with glibc 2.10

    1
    0 Votes
    1 Posts
    716 Views
    No one has replied
  • [solved] Strange Crashes/Freezes on some OSX's but not on others..

    7
    0 Votes
    7 Posts
    2k Views
    SGaistS
    There's been a lot of work done for Mavericks between the beta and the release
  • Installation help (noob)

    5
    0 Votes
    5 Posts
    2k Views
    T
    Yes, thanks once again, that info has me further ahead. For reference I'd like to add I found "this blog":http://sinairv.wordpress.com/2011/07/04/how-i-built-my-first-qt-application-in-visual-studio-2010/ helpful too after encountering my next problem which was... bq. Unable to find a Qt build! To solve this this problem specify a Qt build.
  • Completely lost trying to get QMYSQL working on OS X

    2
    0 Votes
    2 Posts
    749 Views
    SGaistS
    Hi and welcome to devnet, You need to first install Qt's sources, and then execute the qmake/make commands from there.
  • Qt Setup: what is "MinGW-builds 4.8.0 32 bit toolchain"?

    3
    0 Votes
    3 Posts
    1k Views
    G
    [quote author="steno" date="1387219790"]This is just a guess, but the check box under the tools is the actual minGW compiler and the other is the Qt libraries built with the minGW compiler. I think it's just there just in case you don't have minGW installed already.[/quote] I did the setup twice: once with MinGW 4.8 checked, once without checking it. Both installations have MinGW installed. Furthermore, the size of the 2 installations are almost identical: the installation without "MinGW 4.8" is just a little lighter than the other (about 1.5 MB lighter). I found out that this is the folder C:\Qt\Qt5.2.0\5.2.0\mingw48_32\doc which is lighter. All files (.qch) are a few KB lighter than the ones with "MinGW 4.8" checked. It seems it's the Qt documentation... but what's the difference with the other installation and why is it called "MinGW-builds 4.8.0 32 bit toolchain"? EDIT: actually I reinstalled both installations again and there is no size difference (there was a difference probably because I opened the examples or something like that). They're SAME. So what's this toolchain thing?
  • Qt 5.2.1 stable (Android) build error in release mode

    1
    0 Votes
    1 Posts
    998 Views
    No one has replied
  • [solved] Building Qt 4.8.4 with MySQL

    8
    0 Votes
    8 Posts
    4k Views
    SGaistS
    You're welcome ! Not that your setup is running, please, update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Use local dll instead of system32's dll

    16
    0 Votes
    16 Posts
    22k Views
    I
    Have you tried to copy all the DLLs in your executable folder and executing it? Maybe there is some missing DLLs that generates your problem. I posted this "inverse" method that worked for me "here":http://stackoverflow.com/questions/17023419/win-7-64-bit-dll-problems/20606198#20606198
  • Collect2.exe:-1: error: error: ld returned 1 exit status [SOLVED]

    5
    0 Votes
    5 Posts
    119k Views
    SGaistS
    You're welcome ! Now that it building correctly, please update the thread title prepending [solved] so other forum users may know a solution has been found :)