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
  • installer bug, run with mirror error

    Moved Unsolved
    4
    0 Votes
    4 Posts
    478 Views
    Y
    I also encountered this error and asked the image website administrator. The administrator said that the image file is the same as the official website, but there was an error when installing it into this package and it cannot be downloaded。Upon careful inspection of the mirror website, it was not found that this file exists
  • Ibase SQL plugin build error on Windows 10 / MSVC 2017 64 bits for Firebird 3

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    piervalliP
    @lqsa thanks In addtion when we compile by source with configure.bat for Firebird I used this IBASE_LIBS="-LC:\Qt\Firebird\Firebird_4_0/lib -lfbclient_ms"
  • 0 Votes
    18 Posts
    7k Views
    M
    @eramne Is it working for you now? I've got a problem linking FFmpeg with static Qt, which I've logged at https://bugreports.qt.io/browse/QTBUG-115052 but if it's working for you, feel free to mark this as Solved
  • How to deploy Qt applications for Linux?

    Unsolved
    4
    0 Votes
    4 Posts
    781 Views
    SGaistS
    Debian provides all the required documentation. A good starting point is here. As for your issue with linuxdeployqt, depending on the oldest Linux distribution you want to support, you should used a virtual machine with an old enough Linux distribution to allows that.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Linux installation: dependency Threads resolving

    Unsolved
    2
    0 Votes
    2 Posts
    789 Views
    A
    Like this: set(CMAKE_THREAD_LIBS_INIT "-lpthread") set(CMAKE_HAVE_THREADS_LIBRARY 1) set(CMAKE_USE_WIN32_THREADS_INIT 0) set(CMAKE_USE_PTHREADS_INIT 1) set(THREADS_PREFER_PTHREAD_FLAG ON)
  • Is QT download down now?

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    C
    @jsulm Oh, I got it. Many Thanks :D
  • Building Qt 5.15.9 with the very latest Apple clang

    Unsolved
    1
    0 Votes
    1 Posts
    238 Views
    No one has replied
  • Hash verification while downloading failed. This is a temporary error, please retry.

    Unsolved
    4
    0 Votes
    4 Posts
    342 Views
    R
    Yep I just tried again and it worked. Thanks!
  • PySide6 cannot find QtWebEngineWidgets module

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    JonBJ
    @qdoldwolf I don't know, but it would not surprise me if QtWebEngineWidgets does not come with the base packages installed for PySide6. Check to see whether anything with WebEngine in it is in the installed area. You may need to find it explicitly to install via pip, or see https://pypi.org/project/PySide6-Addons/.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • qt6

    Unsolved
    2
    0 Votes
    2 Posts
    227 Views
    SGaistS
    Hi and welcome to devnet, Since you are mentioning python, you should follow the PySide6 quick start.
  • QT5, OpenSSL, MSVC2019, CMAKE can't get it to work.

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    S
    @JonB any solution for this issue MSVC with QT6 complier this issue not in Linux with GCC with QT6
  • I'm going crazy with QT6 and Cmake

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    arcyA
    @cristian-adam [6256] QQmlApplicationEngine failed to load component [6256] <Unknown File>: No module named "prometheus_cpp" found I changed my module name and now correctly run thanks!
  • Qt 5.15.10 Opensource download with maintenance tool?

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    jsulmJ
    @Gertio As I said: QtCompany does not provide Qt binaries for Qt5 newer than Qt 5.15.2. If you need a newer Qt5 version you will have to build it by yourself.
  • build with static Qt missing library

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    mzimmersM
    Marking this as solved, not because it is, but because I've run into more significant issues building QT since I moved to 6.5.1. Bug report.
  • How to use mirror when using MaintenanceTool.app to update Qt online on Mac OS?

    Unsolved
    2
    0 Votes
    2 Posts
    935 Views
    S
    @Shawn-Yang The command shouldn't add quotes, like this: open -a ~/Qt/MaintenanceTool.app --args --mirror https://mirror.nju.edu.cn
  • Slow download on Qt Open Source Online Installer

    Unsolved
    1
    0 Votes
    1 Posts
    427 Views
    No one has replied
  • Where is Qt5 in online installer

    Solved
    4
    0 Votes
    4 Posts
    513 Views
    A
    This mirror contains Qt5 distr: https://qtproject.mirror.liquidtelecom.com What to do when all the mirrors stop keeping the old packages is hard to say.
  • Error: Qt license file was not found!

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    sierdzioS
    @MichalF said in Error: Qt license file was not found!: @JonB I know where this folder is located on my computer. I'm asking, maybe the software is looking for it in a different Path than QT_LICENSE_PATH.... It's QT_LICENSE_ FILE not PATH. You need to set it in the same terminal session where you run configure: export QT_LICENSE_PATH=/path/to/your/license/file configure -something -blah And the variable needs to point to the file itself, not the folder where it's located.