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
  • Build Issue when migrating from 5.11.2 to 5.15.8

    Unsolved
    4
    0 Votes
    4 Posts
    422 Views
    Christian EhrlicherC
    @yuva said in Build Issue when migrating from 5.11.2 to 5.15.8: I don't own the Style.cpp, assuming it is within Qt that is handled. You should know what you're compiling - when you compile Qt then it's a Qt source - when you compile your code then it's your fault Now I have to migrate to Qt 5.15.8 Since this is a commercial version you should ask the Qt support.
  • QtCharts module not found even after installing in Qt Maintenance

    Solved
    19
    1 Votes
    19 Posts
    7k Views
    B
    @deadundead thank you :)
  • 0 Votes
    1 Posts
    338 Views
    No one has replied
  • Compilation parameters of Qt 5.15.3 generation

    Solved
    3
    0 Votes
    3 Posts
    326 Views
    F
    Perfecto ! Thanks JKSH!
  • Unable to install

    Unsolved
    5
    0 Votes
    5 Posts
    857 Views
    JKSHJ
    @VS365 said in Unable to install: I have re-registered another 2 accounts, but I faced the same problem. (As your company has agreed to the terms and conditions of our commercial Software License Agreement (SLA), we want to ensure you are fully aware licensed developers may not mix or combine Qt Open Source with commercially licensed Qt.... I'm guessing that you can't use your company's email address or your company's Internet connection to download open-source Qt. But I'm not 100% sure; as the message suggests, contact Qt Customer Success for confirmation.
  • 0 Votes
    5 Posts
    811 Views
    C
    Sadly, No luck. I'm getting: [image: c594eac5-f9fb-42db-8dd2-0a89387898bc.png] Maybe there are other factors that I didn't consider. Though it's better than how it was before, because before it didn't even show this message. It just crushed. EDIT: When I copied the complier and Qt version from the computer where it works, It successfully complied and runs. So the issue defiantly stems from incorrect versions of either the complier or qt. But the Qt version is 4.7.4 which is what I currently have, so I guess the problem is the complier. Is it possible to know what complier version I'm using just from the exe?
  • No valid kits found.

    Unsolved
    2
    0 Votes
    2 Posts
    234 Views
    SGaistS
    Hi and welcome to devnet, Are you sure you got the Qt online installer and not the Qt Creator specific one ? If the former, did you select at least one version of Qt ? If the later, then go grab the correct installer.
  • Qt installer closes when download.

    Unsolved
    2
    0 Votes
    2 Posts
    359 Views
    JKSHJ
    Hi, and welcome! @NightGame said in Qt installer closes when download.: when loaded the program just closes. Tried how online and offline. For testing, Create a new Windows account and run the installer there. Does it work? If not, try it on a different PC. Does it work?
  • Kubuntu 20.04 - Install Qt Creator - offline installer

    Unsolved
    2
    0 Votes
    2 Posts
    570 Views
    jsulmJ
    @stretchthebits You can find older Qt offline installer here: https://download.qt.io/archive/qt/5.9/5.9.9/ https://download.qt.io/archive/qt/5.9/5.9.5/ "Why don’t they put all installers on the same page?" - I guess because most people download newer versions and QtCompany wants to keep the page less cluttered.
  • libOpenGL.so.0

    Unsolved
    2
    0 Votes
    2 Posts
    361 Views
    SGaistS
    Hi and welcome to devnet, Which Linux distribution are you using ? Which version of the OpenGL library do you have installed ?
  • Wrong link paths at cross-compiling Qt 5.15.2

    Unsolved cross-compile qt5.15.2 qt sources
    2
    0 Votes
    2 Posts
    881 Views
    SGaistS
    Hi, You can set the LD_LIBRARY_PATH environment variable before starting your application. Otherwise, if memory serves well, you need to configure the rpath when building your application. See QMAKE_RPATHDIR.
  • gamepad not known in QT

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    jsulmJ
    @DanAm As @Christian-Ehrlicher wrote: QtGamepad was added in Qt 5.7, just see the link he posted! You will need to use Qt >= 5.7
  • qt.qpa.plugin: Could not load the Qt platform plugin "xcb"

    Unsolved
    15
    1 Votes
    15 Posts
    7k Views
    B
    Was someone successful in fixing it? worst case scenario, should we disintall and reinstall what application? qt ? cv2? python?
  • 0 Votes
    33 Posts
    5k Views
    I
    @Christian-Ehrlicher QtToolchainHelpers.cmake toolchain_path="$script_dir_path/../lib/cmake/Qt6/qt.toolchain.cmake" screenshot
  • Issues loading OpenSSL on Deploy

    Unsolved openssl qt6.2 deployment windows10 msvc2019
    3
    0 Votes
    3 Posts
    2k Views
    M
    Copy qopensslbackend.dll in a tls folder next to your .exe, and DLL in your PATH : ./myexec.exe ./libcrypto-1_1-x64.dll ./libssl-1_1-x64.dll ./tls/qopensslbackend.dll
  • System library mismatch after Ubuntu dist upgrade

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    JKSHJ
    @Mark81 said in System library mismatch after Ubuntu dist upgrade: I think this is a common scenario for every deployment... the architecture is the same, the distro is the same, it's just an upgrade behind... Building on an older version and deploying to a newer version usually works fine. Building on a newer version and deploying to an older version can often fail. The rule of thumb is: Build using the oldest OS that you want your app to support. cannot ask my customer to have the exactly same version of my dev machine! Agreed. You just need your dev machine to be the same as, or older than, your customer's machine.
  • how can i config qpa to display in a specify buffer in qt5

    Unsolved
    1
    0 Votes
    1 Posts
    151 Views
    No one has replied
  • Cross compile for Jetson Nano for EGLFS EGLDevice On

    Unsolved
    2
    0 Votes
    2 Posts
    627 Views
    M
    @Kaps said in Cross compile for Jetson Nano for EGLFS EGLDevice On: FS EGLDevice ...................... no <--- Any updates?
  • Qt 5.15.2 IOS: module "QtQuick.Shapes" is not installed

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    R
    @JKSH I ended up completely reinstalling 5.15.2, and now it seems to work. Something must have happened when I built my own debug version, but I'm not sure what. I didn't change any code at all.
  • MYSQL / QT issues

    Unsolved
    20
    0 Votes
    20 Posts
    1k Views
    Christian EhrlicherC
    Simply move it to a folder without spaces...