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.7k Topics 51.1k Posts
  • [SOLVED] Qt installation fails at qt.tools.vcredist

    5
    0 Votes
    5 Posts
    11k Views
    M
    Hi, I have also comodo installed. My solution: Stop the comodo Run as administrator the installer Restart comodo This works for me. Greetings from Greece
  • Qt 5.x and Visual Studio 2010 (porting from v4.8.5 and VS2008)

    4
    0 Votes
    4 Posts
    2k Views
    H
    There's a lot of fixing we've had to do. The install doesn't put in the shortcuts any more. We created our own for the Qt + Visual Studio environment set up before Visual Studio 2010 is run. Also found that the 1.2.2 plug-in added the debug Qt5Multimedia component to the Release mode so when run, our release mode could not find Qt5Cored.dll. Easy fix and probably a developer's copy-paste error in the plug-in. Anyway, don't want to bitch, but it went downhill a bit and trying to recover to where we were. About to post a bug we've found.
  • Building Qt3D

    1
    0 Votes
    1 Posts
    694 Views
    No one has replied
  • Problems/confusion configuring the compiler and the kit.

    8
    0 Votes
    8 Posts
    2k Views
    S
    I'm happy to say all problems are resolved. Thanks once more
  • Installation problems on Linux Mint

    10
    0 Votes
    10 Posts
    5k Views
    SGaistS
    Let's rewind a bit. You are running Linux Mint which is a Ubuntu/Debian derivative -> Ok ? You have a program/library that uses Qt 4 and QtWebkit -> Ok ? You are using cmake to build that project -> Ok ? Then unless you need the latest Qt 4, you can use your distribution packages and install the development packages for Qt 4 e.g. @apt-get install libqtwebkit-dev@ Then you should be good to go
  • Installling QT 4.7.0 in ubuntu

    2
    0 Votes
    2 Posts
    3k Views
    sierdzioS
    You have several options here. You can install the version provided by ubuntu: @ sudo apt-get install qt4-qmake @ The version depends on Ubuntu you are using, however. Or you can download the prebuild package from Qt Project "archive":http://download.qt-project.org/archive/qt/4.7/. Or you can download the source code and compile Qt yourself. I strongly suggest upgrading to newest Qt 4 version: it's fully source and binary compatible, and you get numerous bug fixes, performance improvements, new features etc. for free.
  • Problem with installing Qt 5.1.1 on Windows 8

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • GTkStyle undefined symbol error in third party application

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    583 Views
    No one has replied
  • Portable Static Windows QT build

    8
    0 Votes
    8 Posts
    7k Views
    SGaistS
    Then I understood you right. That's generally why one uses a complete static build: to avoid the need of separated ell's. But still, there are licensing issues with a Qt static build. Anyway, I think your are looking for the "Windows deployment guide":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html which explains the steps needed to make your application run on another computer without the need to install Qt SDK etc...
  • MSVC 2013: The .pro file could not be parsed

    7
    0 Votes
    7 Posts
    4k Views
    S
    Downloaded one of the snapshots here so you don't have to build it yourself. https://download.qt-project.org/snapshots/qtcreator/
  • Qt installation stops after start menu shortcut

    3
    0 Votes
    3 Posts
    1k Views
    V
    deleted
  • Qt 5, MINGW & Windows SDK

    1
    0 Votes
    1 Posts
    718 Views
    No one has replied
  • Annoying -lGL

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    You're welcome ! Please, can you update the thread title prepending [solved] ? So other forum users may know a solution has been found :)
  • "no compiler can produce code for this qt version"

    7
    0 Votes
    7 Posts
    28k Views
    T
    Got it working. Fantastic! Thanks.
  • multiple target patterns. Stop.

    7
    0 Votes
    7 Posts
    6k Views
    M
    I found a solution, maybe it is not the good one but it works. When adding the library cbw32.lib under qtcreator I had cheked the option "add the d suffix for debug" BUT the file cdw32d.lib is not existing in my environnement that's why I had this error. Now it works. Thanks sierdzio, with your reply, I did not feel alone with my problem ant it helps very much. Montin
  • Using Qt Add-ons

    9
    0 Votes
    9 Posts
    5k Views
    S
    @strahlex: Ok, it's working very well, thank you ! For adding a module I never succeed build a module correctly, and I supose that the Maintenance Tool can't help you ?
  • Deploying application on Ubuntu

    2
    0 Votes
    2 Posts
    764 Views
    D
    Please check "this":http://qt-project.org/doc/qt-4.8/installation.html link Which OS do you use???
  • Problem while compiling qtwebengine

    2
    0 Votes
    2 Posts
    1k Views
    M
    I'm using Qt 5.2.0 beta1/ 5.1.1 with the according QtCreator to compile it. Installed python 2.7.6 and visual studio 2013 (to get ninja to compile). Is there somewhere a better description/tutorial with all the programs/libs and steps needed to build qtwebengine?
  • Qt 5.1 on PandaBoard (cannot find mkspec)

    4
    0 Votes
    4 Posts
    2k Views
    M
    Hi Pat, did you solved this issue? I'm searching for "linux-pandaboard-g++" too. Thank you Walter