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.3.0 Source Install Fails, OS X 10.10

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi and welcome to devnet, Since you are testing bleeding edge version of OS X and Xcode you'll also have to do the same with Qt i.e. build from git. You can also check the "bug report system":http://bugreports.qt-project.org to see if it's something known.
  • Build Qt from source with mac os x statically failed.

    3
    0 Votes
    3 Posts
    2k Views
    D
    OS X 10.10 & Xcode 6.0.0 Beta 1 by the looks of that readout.
  • Unable to deploye qml application in to android

    1
    0 Votes
    1 Posts
    560 Views
    No one has replied
  • How to make a cleaned up deployment?

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Just put the file besides your executable and follow the little example as a base
  • How can I debug WINRT APPs with Qt 5.3?

    3
    0 Votes
    3 Posts
    1k Views
    B
    Thank you for your reply! Debugging in Visual Studio works fine!
  • Qsslcertificate error with make

    8
    0 Votes
    8 Posts
    5k Views
    H
    joeborg, excuse me for this question, but could you be more specific? You said you added the new include directory to your INCPATH line in ./qtbase/src/network/Makefile. What include dir? Thanks
  • Proper use of prefix, extprefix, and sysroot during configure

    6
    0 Votes
    6 Posts
    11k Views
    X
    Bump... ? LOL Anyone have any ideas on this problem?
  • Newbie questions: unsure about where to post questions ...

    2
    0 Votes
    2 Posts
    653 Views
    SGaistS
    Hi and welcome to devnet, Qt doesn't come with any compiler Except for the MinGW package. So yes, you need to install Visual Studio 2013 in order to use the VS2013 package. QtDesigner is a standalone application that allows you to design UI visually using drag and drop. Qt Creator is a complete IDE that integrates QtDesigner's functionality. Hope it helps
  • Can't build qtCreator 3.1.0 on Ubuntu 14.04 64bits

    1
    0 Votes
    1 Posts
    667 Views
    No one has replied
  • QtWebEgine in Pure Wayland

    1
    0 Votes
    1 Posts
    830 Views
    No one has replied
  • Header files missing after local build of Qt 5.3

    2
    0 Votes
    2 Posts
    914 Views
    JKSHJ
    Hi and welcome to the Qt Dev Net! [quote] -prefix <qtbase directory> [/quote]I'm note sure what happens if you set the prefix to the qtbase folder. The prefix option is supposed to take an external folder where you want to install Qt. The qtbase folder is meant to be a temporary place where the binaries are built. At the end of the build process, files are copied from the qtbase directory into your prefix directory. Try setting your prefix somewhere else, and remember to call make install after make. (You will need to fully clean your source tree and qtbase folder, then re-configure and re-build)
  • Compile QtOpenCl.dll with Qt (64bit)

    49
    0 Votes
    49 Posts
    17k Views
    SGaistS
    No problem, you're welcome ! Happy coding ! :)
  • [SOLVED] Qt kit version problems with MinGW

    2
    0 Votes
    2 Posts
    2k Views
    P
    Well, after successfully installing the Qt to another Windows 8.1 machine I copied the "C:\Qt" and "C:\Users<USER>\AppData\Local\Roacming\QtProject " folders to the machine where it didn't work. But still qmake did not work. So, I knew that the only thing different on those two machines was the "COMODO Internet Security". After uninstalling that junk (disabling didn't seem to help), qmake is now working properly and I can actually use Qt Creator. This was another reminder why I switched to linux on my main comp years ago. Hopefully this message will help anyone in the future: turn off your anti-virus or if that doesn't help, uninstall it. I wish the Comodo could have at least informed me that it had blocked the software...
  • Deploy qt5.3 application on windows

    7
    0 Votes
    7 Posts
    5k Views
    sierdzioS
    Good job :)
  • Build Qt 5.3 for Windows Embedded Compact 7

    3
    0 Votes
    3 Posts
    3k Views
    K
    Any movement on this? I'm getting the same error.
  • [SOLVED]Using windows' environmental variables in the Qt code

    3
    0 Votes
    3 Posts
    1k Views
    D
    Perfect! Thank you, I knew there had to be an easy way to do it.
  • How to convert PyQt4 into excutables

    Locked
    2
    0 Votes
    2 Posts
    592 Views
    SGaistS
    Hi, Please don't post the same thread in multiple sub-forum, one is enough "Duplicate":http://qt-project.org/forums/viewthread/43886/ Closing this one
  • New to Qt, not sure what approach to take for installation?

    2
    0 Votes
    2 Posts
    650 Views
    SGaistS
    Hi and welcome to devnet, You can use Xcode, no problem with that. Have a look at the "Qt for Mac OS X" chapter of the documentation. You'll find there the information you need. Happy coding !
  • 0 Votes
    2 Posts
    2k Views
    M
    I have fixed this issue by just copying the missing icu .so file from the path /opt/Qt5.2.1/Tools/QtCreator/lib/qtcreator to the path /usr/lib on ubuntu 14.04. There is no need to do extra things which I have done in my above thread.
  • Qt program to x586 hardware with WinXP

    2
    0 Votes
    2 Posts
    730 Views
    SGaistS
    Hi and welcome to devnet, Are you sure you are deploying all dependencies ?