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
  • gmake: *** [Makefile:384: qutfcodec.o] Error 1

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    Christian EhrlicherC
    numeric_limits is defined in std namespace so you should try if including the correct header helps.
  • QMYSQL driver not loaded on Ubuntu

    Unsolved qt5 error qt creator
    15
    0 Votes
    15 Posts
    2k Views
    jsulmJ
    @artem1997262 said in QMYSQL driver not loaded on Ubuntu: Although below shows found that file Where is it located? And did you check whether it is 64bit this time?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • QtCreator 9 Font size Issue

    Unsolved
    7
    0 Votes
    7 Posts
    800 Views
    T
    @cristian-adam Many Thx for the infos, tips and workarounds I'll give it a try.
  • Build Qt6 from Source, xcb issue

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    P
    configure -- --trace-expand seems to be what I need. Finding the failing test might be a bit of a challenge though as there is a huge amount of output. So far I've built gperf, libxcb- x7 xorg- x4. If I have to build libxkbcommon then that will need meson and ninja.
  • keyPressEvent QKeyEvent => lose keys / don't get all the events / running QMovie

    Unsolved
    1
    0 Votes
    1 Posts
    121 Views
    No one has replied
  • Deployment on App Store MacOS, Info.plist missing values

    Solved
    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • 0 Votes
    6 Posts
    1k Views
    M
    @ekkescorner This issue will be fixed in next release. Qt support said that overwriting Qt 5.15.11 androiddeployqt files with Qt 5.15.10 ones will fix this issue. I don't like mixing versions, so I'm waiting next release while using Qt 5.15.10 which is good enough for my development.
  • Compiling QtMqtt in 6.5.0 version

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    M
    Yes it works : 1 load QtCreator -> Load Project c:\Qt\6.5.0.Src\QtMqtt\CMakeList.txt 2 Build Release and Debug 3 Exit QtCreator 4 Go to C:\Qt\Src\6.5.0\build-qtmqtt-Desktop_Qt_6_5_0_MinGW_64_bit-Release 5 cmake --install . (see the point at the end) Done Thank to all!!!! Bye!
  • Problem with installing the qtvirtualkeyboard

    Unsolved
    4
    0 Votes
    4 Posts
    430 Views
    JoeCFDJ
    You can ignore it if you have installed it and can build your project. No worries!
  • Handshake SSl Failed

    Unsolved
    5
    0 Votes
    5 Posts
    916 Views
    A
    @archqt Hi, Opensource mirror "mirrors.ukfast.co.uk" uses free Lets Encrypt SSL cert and cert chain seems to be correct. So please check that root CA cert "ISRG Root X1" is installed on your Win machine. https://letsencrypt.org/certificates/ Also be sure that TLS 1.2 is used on the machine, all modern SSL ciphers are enabled on the mirrors
  • Installation download failed

    Unsolved
    4
    0 Votes
    4 Posts
    516 Views
    J
    Hi! In case you are trying to install Qt but not QtDS and see this issue you can workaround it just by unselecting QtDS from your installation; it is selected by default.
  • Qt 6.4.0 cmake failed to find required Qt component WebEngineWidgets

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, QtWebEngine is not available for mobile platforms. Use the QtWebView module.
  • Qt 6.3.1 silent installation - need non-interactive.qs script

    Unsolved
    4
    0 Votes
    4 Posts
    434 Views
    A
    Hi, I would say the easiest way to achieve this would be with the CLI functionality introduced in Qt Online Installer 4.x: https://wiki.qt.io/Online_Installer_4.x#Installing_unattended_with_CLI.
  • 0 Votes
    2 Posts
    197 Views
    A
    Hi, this was resolved in the related bug report https://bugreports.qt.io/browse/QTIFW-2854.
  • Creating an installer for Linux

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    I
    Hi! Like @SimonSchroeder already replied, one option is also to create an Offline installer using Qt Installer Framework. As the payload, you can put the binaries you've built. You can also customize the menu's in the installer and customize the installation procedure using scripting interface. E.g. this offline installer is created using the Qt Installer Framework: https://download.qt.io/official_releases/qtcreator/8.0/8.0.2/qt-creator-opensource-linux-x86_64-8.0.2.run https://doc.qt.io/qtinstallerframework/
  • How to utilize Qt plugins when building Qt from source?

    Solved
    5
    0 Votes
    5 Posts
    698 Views
    J
    Thanks, I realized I just had my release/debug builds of Qt mixed up... doh
  • Codesign Qt app for MacOS with team provision profile

    Unsolved mac os codesign
    9
    0 Votes
    9 Posts
    3k Views
    A
    @wesblake Hello, Using the information you've provided I've managed to upload my package to the appstore using Transporter, however even after inserting com.apple.application-identifier and com.apple.developer.team-identifier to my .entitlements file, I still get "Not Available for Testing" status in TestFlight. Could you share any other entries in the entitlements file, or any other leads to resolve this issue?
  • 0 Votes
    8 Posts
    2k Views
    ekkescornerE
    @tkoka said in [iOS] Appstore trouble with CFBundleIconName and asset catalog - something to do with xcode 14.1 and iOS 16.1 SDK: Thanks @ekkescorner, problem was solved :) Thank you for explaining the answer very simply and clearly. It's a great experience. great to hear :)
  • 0 Votes
    8 Posts
    535 Views
    uaniU
    created https://bugreports.qt.io/browse/QTCREATORBUG-28474