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
  • Qt 5.2 OSX Silent install

    2
    0 Votes
    2 Posts
    1k Views
    sierdzioS
    As long as you mean the binary installer, the answer is no. If you want to compile and install Qt yourself, then it is indeed possible, although much more time consuming.
  • 0 Votes
    1 Posts
    7k Views
    No one has replied
  • [Solved] Include directory not right when building Qt 5.1.1 from source

    4
    0 Votes
    4 Posts
    2k Views
    E
    Aha, so that's how it works! I'd been trying to find a 'solved' check box on the web page to tick.
  • Build QT 5.2.0 for embedded Linux platform

    4
    0 Votes
    4 Posts
    4k Views
    L
    [quote author="thealse" date="1387451432"] Isn't it qtdeclarative that has qml and quick2?[/quote] Sorry but I don't know that. I suggest you to build Qt step by step, not all in one. I usually configure Qt then: @ cd qtbase make make install cd ../qtscript ../qtbase/bin/qmake make make install ecc.... @ this way you can build only what you really need...
  • Reinstall Qt 4.5.2 on Windows for a C++ project under vs2010

    8
    0 Votes
    8 Posts
    3k Views
    JKSHJ
    Hi, Glad to hear that you've resolved your issue! Thank you for sharing your fix. [quote author="love3dom" date="1387535740"]By installing Qt, I mean I downloaded sources, use configure and nmake. So I don't know how am I supposed to uninstall it ?[/quote]Ah, I thought you meant you used a binary installer. Ignore my previous post. :)
  • Compiler can't find the Qt Classes

    3
    0 Votes
    3 Posts
    1k Views
    G
    In addition to what SGaist said, there is a definite typo: "QInputDialot". Did you mean "QInputDialog"? EDIT: Unless of course that typo was when you typed up this post... :)
  • 0 Votes
    2 Posts
    3k Views
    K
    bq. void QSerialPortPrivate::detectDefaultSetting(): Unexpected flow control settings Don't pay to it attention. :) Simply now is added the qWarning() function. If in process of opening of the port it isn't possible to correlate the received settings from the DCB structure to the known combinations - then will be displayed this message. It means that any of the parameters: BaudRate, DataBits, Parity, StopBits, FlowControl wasn't correctly detected and interpreted (In your case it is FlowControl). Simply for confidence do setup the desirable parameters with use of the setXXX() methods. Of course it need to do only after port is open. Also don't forget do a watching of returned values. If everything returns true - then there are no reasons to worry. :)
  • Linking error on compiling Qt 5.1.1 on Visual Studio 2008

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Error regarding QExplicitlySharedDataPointer

    1
    0 Votes
    1 Posts
    672 Views
    No one has replied
  • Qt 5.2 Is Qt static?

    4
    0 Votes
    4 Posts
    2k Views
    JKSHJ
    [quote author="TEDSON" date="1387491013"]I thought I had understood that you may not sell your statically linked executables, and if you distribute them you must include the licencing info.[/quote]Hi, The licenses talk about your obligations regarding sharing your source code. It doesn't restrict you from selling. See http://qt-project.org/forums/viewthread/24108 Note: Licensing is a legal topic. You will need to talk to a lawyer to get valid legal advice. You can find opinions about the topic in this forum, but none of these opinions are relevant in court.
  • Installer Error qmake.exe output is not parseable

    7
    0 Votes
    7 Posts
    9k Views
    K
    I had such problem. In my case I installed 64-bit qt-installer in 32-bit windows OS. When I installed 32-bit qt-installer I hadn't any problem.
  • 0 Votes
    2 Posts
    935 Views
    SGaistS
    Hi and welcome to devnet, Are you saying that you can't run your applications outside Qt Creator ? If so, have a look at the "Windows Deployment Guide":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html
  • Problem with instalation (WinXP SP3)

    1
    0 Votes
    1 Posts
    608 Views
    No one has replied
  • Language for installation of PyQt

    1
    0 Votes
    1 Posts
    824 Views
    No one has replied
  • 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