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
  • HOW ADD qjson libray for qt project c++

    Unsolved
    2
    0 Votes
    2 Posts
    288 Views
    SGaistS
    Hi, Please show your .pro file. That class is part of the core module so it should be available by default unless you modified the QT variable in an unsuitable way. Or disabled Qt in the CONFIG variable.
  • In included file: unknown type name 'QCustomPlot"

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    SGaistS
    @Louysa qscreen file ? Can you explain what you did ?
  • How to install qt version?(for Linux)

    Unsolved
    14
    0 Votes
    14 Posts
    4k Views
    O
    @kisa Hi, I hope you've managed to solve you priblem, but for everyone else looking I wanted to add my solution. I had similar problem on Debian 12. In my case I had to manually add path to qmake file in "Qt Versions" tab, and then I choose my new added version in "Qt version" field, while in settings on your Desktop(default) kit. And that's pretty much it, i was able to select this kit while configurating and build my project
  • Downloading via online installer is extremely slow right

    Unsolved
    12
    2 Votes
    12 Posts
    1k Views
    S
    @SGaist Thanks to Guapo for letting me know (to me he'll always be Muy Guapo). I just re-tried the install and it worked as expected. And thanks to SGaist for the link to Qt's announcement about the problem. I feel a ton better seeing that. I almost bailed on Qt.
  • Unable to create project - Cmake Unconfigured

    Unsolved
    5
    1 Votes
    5 Posts
    988 Views
    C
    Uncheck CMake from online installer. Visit https://cmake.org/files/ to download different version of CMake msi files and try. The cmake-3.xx.x-windows-x86_64.msi copy the problem. The cmake-3.xx.x-windows-i386.msi can work with Qt Creator.
  • Build Qt5 error from deepstream-app

    Unsolved
    2
    0 Votes
    2 Posts
    407 Views
    SGaistS
    Hi and welcome to devnet, Qt is a C++ framework so unless you have written C wrappers around it you will need to build your code a C++. See mixing C and C++ in the iso cpp wiki%3B%20%2F%2F%20one%20way).
  • How to include one .dll file to QT working project.

    Unsolved
    2
    0 Votes
    2 Posts
    382 Views
    JonBJ
    @Jigyansu If you want to link with a DLL you need a library .lib file (MSVC) or a .a file (MinGW, if it's C++, or .lib if it's C only) to pass to the linker. Not the DLL. That is required to be found at runtime. If you only want to load the DLL dynamically at runtime, that does not require any library at link time. But it is much harder to call functions in a dynamically-loaded DLL than in one linked with.
  • Slow Download on macOS

    Solved download download slow help install
    4
    0 Votes
    4 Posts
    811 Views
    B
    @Jimbro said in Slow Download on macOS: @baduymus Facing s https://youtu.be/M7w13VR1xOY I solved the issue and share on my youtube channel I hope it works also to you.
  • Qt5.12.2 regression with qwaylandxcompositeeglwindow.o linking

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    W
    @Tristan-C yes. i solved problem long ago, but can't recall what was solution :-( currently i'm using 5.15.9 in my project and all seems to work really well!
  • Qt 5.15.15 release date?

    Unsolved
    4
    0 Votes
    4 Posts
    469 Views
    sierdzioS
    @Taytoo try asking on development mailing list https://lists.qt-project.org/listinfo/development
  • Configure completely QT environment (compiler, add libraries and flags)

    Unsolved
    2
    0 Votes
    2 Posts
    527 Views
    Christian EhrlicherC
    @RaulJN8 said in Configure completely QT environment (compiler, add libraries and flags): We have to add C:/msys64/mingw64/lib to link correctly. But how I do that? Specify it in your CMakeLists.txt like any other compiler or linker option.
  • How to change GCC12 instead of GCC11 in QT Creator

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    R
    @jsulm That's true... Thank you!!
  • Cannot download Qt 6.5 via mirror

    Unsolved
    2
    0 Votes
    2 Posts
    405 Views
    C
    Same problem here with 6.5.2. Tried different mirrors as well. The issue seems different depending on the mirror as well. [image: 6c374702-b45c-4bb2-a67a-bacb56fd32aa.png] [image: 6bf2d044-4a57-4356-a7b7-fdf148069017.png] [image: ab66caab-2232-4468-9ec9-c28038922bad.png] [image: 8194edc3-4092-43c3-b8cb-60584be3e71f.png]
  • Adding Libraries to Qt

    Unsolved
    5
    0 Votes
    5 Posts
    732 Views
    R
    I also tried some other methods like using the console command the whole time but I just get this dialog. [image: db49f462-29e3-434b-b4f9-c7c5b71ecd2d.png]
  • QT error when trying to launch Anki from a termux Ubuntu install

    Unsolved
    16
    0 Votes
    16 Posts
    3k Views
    SGaistS
    And you are really sure your have Xorg up and running ?
  • Qt6 Installation Problems on Parrot OS

    Unsolved
    4
    0 Votes
    4 Posts
    495 Views
    SGaistS
    I suspected so, that's why I was suggesting to try again with the previous version of the online installer (it's just a hunch).
  • Problems with Compiling Qt Creator Source Code with Visual Studio 2019

    Solved
    4
    0 Votes
    4 Posts
    436 Views
    X
    This error indicates that the path for Qt to load the plugin is incorrect. At this point, the code has already been compiled, so we can debug it and modify some of the code in the loading path.
  • No MySql driver for QT cross compile Raspberry Pi

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    M
    Unfortunately, this document wont work. I discussed with another guy on youtube and we found the solution. Here is the link for installation and you can find MYSql solution in comment below of video: https://www.youtube.com/watch?v=8kpHgNKPooc
  • Network error while downloading - server replied: Forbidden

    Unsolved
    5
    1 Votes
    5 Posts
    3k Views
    jsulmJ
    @NK-Pradhan Try another mirror: https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource List of mirrors: https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.mirrorlist
  • Authentication failed in Qt Installer

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    kkoehneK
    What @jsulm said: You typically edit and work with .ts files. .qm files are just a binary compressed version of .ts files, optimized to be loaded at runtime. Anyhow, for completeness: You can actually convert .qm files to other file formats with the help of the lconvert command line tool.