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
  • Qt Visual Studio AddIn. Moving from VS2010 to VS 2012

    Solved
    3
    0 Votes
    3 Posts
    882 Views
    Chris KawaC
    There are "Add" and "Delete" buttons in the add-in options dialog for managing Qt versions. No need to manually mingle with the registry. Version 1.2.4 has a known problem with VS2012 so you do need to use 1.2.3 until a new one comes.
  • Qt5 on android arm64?

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    Z
    @Mr-Pang Why to disable neon? Do you have built qtimageformats submodule? If not go to qtimageformats folder in your Qt directory, run /path_to_your/qmake , then make and sudo make install. Read this article.
  • Recipe for cross compiling QT for BeagleBone Black?

    Unsolved
    2
    0 Votes
    2 Posts
    679 Views
    Z
    I recommend https://wiki.qt.io/Building_Qt_5_from_Git
  • QT Installation - Connection Refused

    2
    0 Votes
    2 Posts
    920 Views
    D
    Hi, Clear all the field it will give u a skip button to skip login for offline installer. :-)
  • 0 Votes
    2 Posts
    757 Views
    Z
    @gtenrreiro Please share qmake.conf file from mkspecs. As I can see you have a problem with linker.
  • QT-5.5: Empty window on AmazonWorkSpace/EC2. How to use ANGLE?

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    H
    Through dxdiag I found out that DirectX11 is installed. I also learned from a colleague, that the same problem occurs on other VMs with 3D-acceleration enabled. I couldn't test this myself yet.
  • Correct way of updating Qt installed with off-line installer (Windows)

    Unsolved
    1
    0 Votes
    1 Posts
    315 Views
    No one has replied
  • Qt & Boost not going along

    Unsolved boost
    1
    0 Votes
    1 Posts
    643 Views
    No one has replied
  • 5.6 and VS 2015 plugin

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    raven-worxR
    as i said it's unofficial. So probably someones hobby project. I believe there is already a bugreport to create a new VS package to bring back the feature but i can't find it right now. But i remember that the dev team mentioned that this doesn't have high priority.
  • Visual Studio Add-in 1.2.2 for Qt5 can not install!!

    4
    0 Votes
    4 Posts
    5k Views
    R
    Delete the following registry key : cmd -> regedit -> search : QT5 Visual Studio Add-in in my case, I found it in : "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall \ QT5 Visual Studio Add-in 1.2.2 - C: _Program Files_Digia_Qt5VSAddin" Delete it -> reinstall VS Add-in
  • Cannot overwrite file

    4
    0 Votes
    4 Posts
    17k Views
    S
    Thank-you soo much. I was facing the same problem But your way helped me do it within no minutes Tysm
  • How to run openMP on QT under iOS?

    Unsolved
    1
    0 Votes
    1 Posts
    640 Views
    No one has replied
  • How can I build qtdeclarative independent?

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    SGaistS
    Were you trying to build a more recent version of Qt using the on from your distribution ?
  • [SOLVED] Variable GST_VERSION is not defined.

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    Z
    @Zola said: alsa/asoundlib.h: No such file or directory Yes @jsulm QtMultimedia package depends in this situation on two packages, so solution will be: sudo apt-get install gstreamer* libasound2-dev
  • Error when building 5.6.0-alpha from source on Mac

    Unsolved
    2
    0 Votes
    2 Posts
    694 Views
    jsulmJ
    Did you check whether you have the right SDK installed (10.11)? Does the path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk exist? To reduce the time needed to build Qt you can call make like this: make -j N Where N = NUMBER_OF_CPU_CORES + 1
  • QT 5.6 app works on win 7, 8, &10 but not Vista - why?

    Unsolved plugins vista
    3
    0 Votes
    3 Posts
    2k Views
    N
    Thank you for the reply. After the user went to Windows Update and installed "additional packages" his problem went away. VS 2013 compiler. We distribute: msvcp100.dll msvcp120.dll msvcr100.dll msvcr120.dll I will have the next person with the issue try to run the Dependency Walker. Thank you! Ben
  • Qt5.5 static build dlopen and -lGL compile issue when I add widgets

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Problem with Qt 5.5.1 Win32 VS 2013

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    You're welcome ! Visual Studio's only available through Microsoft. Since you have found a "workaround", please mark the thread as solved using the "Topic Tool" button so other forum users may know a solution has been found :)
  • Deployment qt app in redhat6.5

    Unsolved
    2
    0 Votes
    2 Posts
    471 Views
    SGaistS
    Hi and welcome to devnet, How would you like to deploy it ? Using Red Hat's package manager ?