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 50.8k Posts
QtWS25 Last Chance
  • qt websockets on windows

    Solved
    7
    0 Votes
    7 Posts
    422 Views
    SGaistS
    I mean the mirror used by the installer to get its data and packages. See here. No, there should not be that big a difference between these two minor release. A module can be a TP but in that case, it's clearly noted as such
  • Compilation of Qt5.3.1 on Ubuntu 20.04.1

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    P
    Assuming you run configure in qt source directory, you can specify QMAKEFEATURES like this: QMAKEFEATURES=$PWD/qtbase/mkspecs/features \ ./configure
  • Installing Qt without commercial license

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    JonBJ
    @Ronel_qtmaster The OP asked for Qt 5.15.15, you show version up to 5.15.2. Be aware too that recently there was a long discussions where apparently versions like 5.15.x seemed to be available for download to some people but not others, perhaps depending on their platform. I don't know whether anyone figured out definitively what was going on.
  • Installer Framework error

    Unsolved
    2
    0 Votes
    2 Posts
    152 Views
    Axel SpoerlA
    You need to run the installer from the command line and switch to another mirror. https://doc.qt.io/qt-6/get-and-install-qt-cli.html
  • how to get a configure script to find a static Qt plugin

    Unsolved
    1
    0 Votes
    1 Posts
    88 Views
    No one has replied
  • Qt 5.x not showing up in Online Installer

    Unsolved
    3
    0 Votes
    3 Posts
    368 Views
    J.HilkJ
    check the archive checkbox.
  • Qt 7.6.1 problem building qtmultimedia with ffmpeg plugin

    Unsolved
    6
    0 Votes
    6 Posts
    827 Views
    C
    @SGaist I couldn't find anything that was wrong or why it was not working so decided to spend my time/energy in getting a clean install of Ubuntu 24.04 up and running and then built Qt6.7.1 with all the dependancies. I've just built QT Creator succesfully against my 671 build and so got what I wanted in the end. Thanks for your comments and pointers, time to go play with making Creator widget plug ins now :-)
  • Ubuntu QT

    Unsolved
    2
    0 Votes
    2 Posts
    182 Views
    Christian EhrlicherC
    Please properly format your code so others can read it. When you use a class/function from a library, you also have to link against it. You are using the QSerialPortInfo class so you also must link against the library which contains it as written in the documentation.
  • Audio and Video Playback Stuck in QT6 Docker

    Unsolved
    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • installer error

    Unsolved
    3
    0 Votes
    3 Posts
    263 Views
    Christian EhrlicherC
    Try another mirror.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • MediaPlayer plugin with multimedia packages from VCPKG

    Unsolved
    6
    0 Votes
    6 Posts
    563 Views
    SGaistS
    I would rather expect to see qt_import_plugins(XXXX INCLUDE_BY_TYPE multimedia).
  • Error Connecting to PostgreSQL Mac OS

    Solved
    7
    0 Votes
    7 Posts
    480 Views
    G
    Thanks @Christian-Ehrlicher for you guide, I read about linking the components and now the initial error about Undefined symbols for architecture x86_64 was fixed. I add the links to the CMakeLists.txt as follows: find_package(Qt6 REQUIRED COMPONENTS Sql) target_link_libraries(EAPSolution PRIVATE Qt${QT_VERSION_MAJOR}::Widgets PRIVATE Qt${QT_VERSION_MAJOR}::Sql)
  • QtWebEngine 6.2.2 compilation failure

    Unsolved
    2
    0 Votes
    2 Posts
    502 Views
    L
    use gcc10 & g++10 test
  • qmake error

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    B
    @name101 I'm having the same problem now, how did you solve it? and what did you reinstall ?
  • QT Platform plugin issue on raspberry pi

    Unsolved
    2
    0 Votes
    2 Posts
    940 Views
    jsulmJ
    Please set QT_DEBUG_PLUGINS env variable before starting your app and then check the output: it should say exactly what is wrong. See https://doc.qt.io/qt-6/debug.html
  • Loading a macOS project on a Windows virtual machine

    Solved
    16
    0 Votes
    16 Posts
    967 Views
    MortyMarsM
    Thank you @Pl45m4 That's not my case, but it's good to know :-)
  • wasm support for Qt3D

    Unsolved
    5
    1 Votes
    5 Posts
    717 Views
    D
    @lorn-potter This post was done on Nov 2019: waht about the same question for now? AFAIK, Qt3D no more depends on OpenGL: instead it renders via RHI backend. So, is it possible now to make Qt3D work on WebAssembly?
  • Version Selection Qt

    Unsolved
    4
    0 Votes
    4 Posts
    320 Views
    jsulmJ
    https://www.qt.io/download
  • Deployment on macOS

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    S
    @SGaist In my case the source folder is the one generated by just compiling. So far, it only contains a single executable. Symbolic links would have to be adapted anyways to not point outside the AppImage we are creating.