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
  • Standalone qt app crashes on macos.

    Unsolved
    4
    1 Votes
    4 Posts
    409 Views
    SGaistS
    It looks like something was not properly signed hence the crash.
  • How to ignore vc_redist error 1638?

    Solved
    2
    1 Votes
    2 Posts
    1k Views
    G
    It turns out that the required name is not listed in the documentation. The following gets the expected result: installer.setMessageBoxAutomaticAnswer("installationErrorWithCancel", QMessageBox.Ignore); I discovered this by inspecting the source and knowing how it works I see that the clue for this is this line in the log: installationErrorWithCancel : Installer Error : Error during installation process (com.microsoft.vcredist):
  • Login required for installation

    Unsolved
    10
    2 Votes
    10 Posts
    12k Views
    Q
    Build from source. Manually add qmake.exe path to Qt Versions in Preferences:Kits. [image: 86e8eea6-c670-412c-b68f-d88ebfefb0b5.png] Enjoy.
  • QT Installer Only Showing QT Insights in "Select Components"

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    R
    This seems to have been fixed by changing my mirror to "http://qt.mirror.constant.com" as per a stack exchange post.
  • Qt 5.15.16 - Failed to build without any specific reason

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    SGaistS
    Hi, You should limit the build to one thread to see exactly where it is failing currently. Your full log is not available anymore.
  • Qt6Gui could not be found because dependency WrapOpenGL could not be found

    Moved Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    I
    Had the same issue. Running sudo apt install libgl1-mesa-dev solved it as suggested by this answer.
  • Macos ARM github deployment fails - need help

    Unsolved
    2
    0 Votes
    2 Posts
    260 Views
    SGaistS
    Hi, Did you already check the bug report system ? I have a vague memory seeing a thread on the Qt mailing list recently about a similar issue.
  • Building from source 6.8.1

    Unsolved
    3
    0 Votes
    3 Posts
    453 Views
    J
    Switch to vs2022 dont forget to install atl then error on install, the prefix path must not have " " in name (im under windows remember) i had to disable webkit and webengine, ill try to reenable webengine after I get qtcreator to build
  • Network error while downloading

    Unsolved
    2
    0 Votes
    2 Posts
    357 Views
    M
    Try using a VPN and check whether you still get this issue.
  • PROBLEM IN DOWNLOADING QT OFFLINE SETUP

    Moved Unsolved
    2
    0 Votes
    2 Posts
    192 Views
    SGaistS
    Hi and welcome to devnet, Please turn off your caps lock. Writing all in upper case is considered shouting and rude in written language. Since a long time, the offline installer has become a feature only for commercial users.
  • QT installation fails with "Not enough disk space to store temporary files"

    Unsolved
    8
    0 Votes
    8 Posts
    802 Views
    M
    The "dd" (line 3.) from soniksaint did the trick.
  • qt creator tesseract ocr problem

    Solved
    7
    0 Votes
    7 Posts
    730 Views
    K
    I found solution, the problem was - I make console app in qt creator with mingw compiler, but tesseract and leptonica was build by vcpkg with msvc compiler. When I try link them to console app then I got this error I post above. If I switch mingw in qt creator to msvc then these libs works all right. I also rebuild tesseract and leptonica with mingw and link them to console app also using mingw and it also work just fine. So it was my fault, I use another compiler to build app (mingw) and another to build libraries (msvc), but thanks for help, now everything works good and I can keep working on my application.
  • Qt app installer requirements for Vulkan on Windows

    Unsolved vulkan installer qt application
    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • 0 Votes
    1 Posts
    204 Views
    No one has replied
  • Why does QT keep errors when I calling Qwebenginewidgets modules

    Unsolved
    4
    0 Votes
    4 Posts
    345 Views
    SGaistS
    Which compiler are you using ?
  • Redirected loop detected....can't install. See screenshot

    Unsolved
    4
    0 Votes
    4 Posts
    379 Views
    R
    Finally got it working with this mirror .\installer.exe --mirror https://mirrors.ustc.edu.cn/qtproject/
  • Install problem

    Unsolved
    2
    0 Votes
    2 Posts
    205 Views
    SGaistS
    Hi and welcome to devnet, You seem to be hitting a faulty mirror. Retry with a different one.
  • make: *** [Makefile:51: sub-src-make_first] Error 2

    Unsolved
    8
    0 Votes
    8 Posts
    6k Views
    E
    Was this error ever resolved @Buket ?
  • Just installed Qt 6.8 and no terminal window when running program

    Solved
    8
    0 Votes
    8 Posts
    567 Views
    JonBJ
    @Madzi That sounds right. For UI projects you don't need to spawn a terminal, but for console ones you do. It's a per-project setting.
  • Error while downloading Qt

    Moved Unsolved
    3
    0 Votes
    3 Posts
    553 Views
    S
    Try with the following installer command with mirror: ./qt-online-installer-linux-x64-4.8.1_1.run --mirror "https://mirrors.ustc.edu.cn/qtproject" If you are installing it for windows, use the windows online installer file. Hopefully, it works.