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.3k Posts
  • Deployment fails in Qt5.2-rc1, androiddeployqt.exe exited with code 14

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Can not compile mysql driver

    2
    0 Votes
    2 Posts
    825 Views
    M
    HI, in this forum there are a lot of thread describing and solving your problem. "here":http://qt-project.org/forums/viewthread/34621/ "here":http://qt-project.org/forums/viewthread/30559/ "here":http://qt-project.org/forums/viewthread/29767/ Read these links and try yourself; if you don't reach the goal ask again providing as mush as details possible (input command, command output, environment, .....) Good Luck
  • Linking, Sizing, Resizing.... whatever....

    2
    0 Votes
    2 Posts
    791 Views
    sierdzioS
    [quote author="oneposter" date="1385653570"]It should be a easy environment for MAC OS, Windows and Linux.. with full Power + all Features, but still somehow small and i think static Linking will be the way...[/quote] Buy the commercial license and you are free to use static linking. Or make your app GPLed, then it's also allowed. Use static linking in LGPL and you are asking for a court case ;) LGPL only forces you about Qt libraries, it is not concerned with any other code/ library that you are using. Mixed static and dynamic linking is possible, almost every application uses that, actually.
  • Lgpl version and md5/sha check of Qt dll files

    7
    0 Votes
    7 Posts
    2k Views
    K
    Thanks for your answers :)
  • [Solved] Unable to build examples app on Mac OS X Mavericks: Qt 5.1.1

    7
    0 Votes
    7 Posts
    4k Views
    SGaistS
    That makes a lot of Qt installed :-D You're welcome ! Since you're have now a working setup, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Cannot compile downloaded projects

    2
    0 Votes
    2 Posts
    742 Views
    SGaistS
    Hi, With Qt 5, the widgets have been moved to their own module. You need to add @QT += widgets@ to your pro file
  • 0 Votes
    2 Posts
    1k Views
    A
    Ok - I use this "link.":http://qtcenter.org/wiki/index.php?title=Building_static_Qt_on_Windows_with_MinGW Enter to: <QtSDK DIR>\Desktop\Qt\4.8.1\mingw\mkspecs\win32-g++ And change the line: QMAKE_LFLAGS = To: QMAKE_LFLAGS = -enable-auto-import -Wl That's all. Good Luck!
  • 32-bit Qt Libs are not found.

    2
    0 Votes
    2 Posts
    876 Views
    sierdzioS
    Download and install 32 bit libraries, or compile them yourself.
  • Qt - QextSerialPort - errors cannot compile

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Please don't post almost exactly the same threads multiple times "duplicate":http://qt-project.org/forums/viewthread/35390/
  • 0 Votes
    4 Posts
    2k Views
    SGaistS
    You're welcome, then please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Compile Error: undefined reference to QextWinEventNotifier

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, You have another problem first, you are mixing Qt 4.8.1 and Qt 5.1.1 which is a bad idea. So should rather build your program with Qt 5.1.1 which includes also QSerialPort so you won't need QextSerialPort
  • [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
    702 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
    601 Views
    No one has replied