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
  • everyone help me fix and install

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    T
    @JoeCFD windown and qt-unified-windows-x64-4.6.0-online
  • QT Creator open source installation error

    Unsolved
    4
    0 Votes
    4 Posts
    407 Views
    JonBJ
    @Noobery Did you take the time to Google qt download mirrors? Or search this forum for mirror?
  • I am run the project at that time i am getting this error.

    Solved
    3
    0 Votes
    3 Posts
    988 Views
    S
    @dev_liya Sir, my error is about similar to you but it didn't work for me. Error: The kit supports "", but the device uses "arm64-v8a, armeabi-v7a, armeabi".
  • Running Qt Auto tests

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    K
    @Christian-Ehrlicher I need to create a .txt file for the output of auto tests for documentation I am trying to put together. Thanks!
  • Cannot download & install Open Source Qt package due to server "forbidden" error

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    ?
    @jsulm Oh great, that actually has worked. Thank you so much :)
  • 0 Votes
    7 Posts
    2k Views
    T
    @Christian-Ehrlicher Yup.. it worked when i upgraded my Qt version. Thanks a lot. Just for education purposes, can i ask lets say if i am still using qt 5.8.0 and i wish to remove this message. Is there a way to do that? I believe this message is caused by this qt sqldriver file called qsql_psql.cpp. So I tried to remove the code that prompts this message in qsql_psql.cpp file and it didnt work when i run my application.
  • QSslSocket failure from Online Installer version (Ubuntu)

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    D
    @acetone said in QSslSocket failure from Online Installer version (Ubuntu): Solved by manual linking with openssl1 and ssl1. Download old openssl sources: wget https://www.openssl.org/source/openssl-1.1.1q.tar.gz Compile: tar -xf openssl-1.1.1q.tar.gz cd openssl-1.1.1q ./config make Add to project: # .pro file: LIBS += -L/path/to/openssl-1.1.1q -lcrypto -L/path/to/openssl-1.1.1q -lssl This fixed the issue for me on Ubuntu 22.04 / Qt 5.15 but only when starting my program from Qt Creator, running it from the console shows the same ssl error...
  • Cannot build QT 5.4.0 for Arm platform, need help!

    4
    0 Votes
    4 Posts
    657 Views
    D
    @devQt93 this post doesnt have any help for a while. I just want to push it on top and take a look for any help.
  • Simple link of Qt6::Core to my libs using qtbase and FetchContent

    Unsolved
    18
    0 Votes
    18 Posts
    3k Views
    SGaistS
    I suspect that the libraries are installed along another module but I currently don't know which one.
  • Kali Linux - Could not load the Qt platform plugin, (I need your help).

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    D
    @SGaist said in Kali Linux - Could not load the Qt platform plugin, (I need your help).: Hi and welcome to devnet, By default, for security purposes, root does not have access to the window server. Do you really need to run that application as root ? Thank you very much for answering. I will do this.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    20 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    27 Views
  • QT 5.15.2 on macos with QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"

    Unsolved
    3
    0 Votes
    3 Posts
    668 Views
    SGaistS
    Hi, If memory serves well it's x86_64h that should be used.
  • This topic is deleted!

    Solved
    7
    0 Votes
    7 Posts
    16 Views
  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    44 Views
  • This topic is deleted!

    Locked Unsolved
    4
    0 Votes
    4 Posts
    11 Views
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    38 Views
    No one has replied
  • Troubleshooting Qt Free Source Installation on Windows 11

    Solved
    1
    0 Votes
    1 Posts
    421 Views
    No one has replied
  • Trying to build Qt 6.4.0 for Android and it fails on 'gnu/stubs-32.h' file not found

    Solved
    2
    0 Votes
    2 Posts
    390 Views
    SMF-QtS
    I am going to to answer this my self it turns out that the problem was due to the directory /usr/local which on my system is empty. Deleting the directory made the problem go away. So on to the next issue ... Thanks anyway.