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.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
    324 Views
    No one has replied
  • Qt & Boost not going along

    Unsolved boost
    1
    0 Votes
    1 Posts
    664 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
    656 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
    721 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
    488 Views
    SGaistS
    Hi and welcome to devnet, How would you like to deploy it ? Using Red Hat's package manager ?
  • Qt cannot find dll, though everything is set

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    K
    @QtExchange said: I took the (apparently in 4.8.1 missing) dll from a Qt 4.5.2 Not sure what you mean here. Anyway, Qt 4 is still maintain, but Qt 5 is newer. If you are starting with Qt I would suggest starting with Qt 5. You can run different Qt lib version in parallel within the same Qt creator version. The only thing you need to be careful is not mixing the dlls of different versions.
  • Qt configure and build

    Solved
    11
    1 Votes
    11 Posts
    3k Views
    SGaistS
    You're welcome ! Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :) Also, while browsing the forum, consider up-voting the answers that helped you. It will make them easier to find for other users :)
  • Modify library searching paths while ./configure?

    Unsolved
    2
    0 Votes
    2 Posts
    545 Views
    jsulmJ
    For sure not in Makefiles since these are created by configure. See configure -h: -I <string> ........ Add an explicit include path. -L <string> ........ Add an explicit library path.
  • QT Installer framework custom script

    1
    0 Votes
    1 Posts
    436 Views
    No one has replied
  • Qt online installer

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    Are you locked to 5.4.2 ? There's currently 5.5.1 which has improved support for QtWebEngine.