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 Tools don't run after installing Qt 6.8.0 with online installer

    Solved
    2
    0 Votes
    2 Posts
    153 Views
    SGaistS
    Hi, Just don't play with LD_LIBRARY_PATH unless you have very good reasons (this one is not). Qt Creator is self contained and you are pointing it to a different version of Qt than the one it's bundled with. If you modified that variable in your bashrc (or equivalent) you are also forcing all your system's Qt 6 applications to use that version of Qt rather than the one provided by your distribution which is not at good idea either.
  • 0 Votes
    15 Posts
    1k Views
    Christian EhrlicherC
    @Yihua-Liu said in Can't load sql drivers when configuring and building Qt 6.8.1 from source on linux/Ubuntu 24.04.1: Then what is the case for oracle qoci? I run Why do you want to recompile the complete Qt? Please follow the documentation on how to build a single sql driver: https://doc.qt.io/qt-6/sql-driver.html
  • No longer able to use maintenance tool

    Moved Unsolved
    3
    0 Votes
    3 Posts
    226 Views
    D
    @SGaist - Doesn't sound silly to me at all. About a year ago I worked with Support to consolidate all of my Qt activities under my current email address. I thought that included my installation credentials and I'm pretty sure I have used the Tool several times since they helped me with the address. I have reached out again to see if I missed something then. Thanks for your input.
  • CPack + Qt IFW, QIFWDIR environment/CMake variable

    Unsolved cpack qtifw environment var installer
    1
    0 Votes
    1 Posts
    124 Views
    No one has replied
  • Missing QObject build dependency

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    aha_1980A
    I hat such errors appearing suddenly also, and what helped was to put the build directory next to the source directory, not below the source dir as QtCreator does nowadays. For me, that was with make projects and Qt 5.15. Regards
  • Qt Application doesn't show on normal user, but does on admin

    Unsolved
    4
    0 Votes
    4 Posts
    154 Views
    jsulmJ
    @ItsJohn Did you try to run it in debugger to see where it hangs?
  • Multiple SDKs conflict

    Unsolved
    1
    1 Votes
    1 Posts
    77 Views
    No one has replied
  • Building qtwebengine from source fails

    Unsolved
    1
    0 Votes
    1 Posts
    116 Views
    No one has replied
  • Installer inline for Windows 10

    Moved Unsolved
    2
    0 Votes
    2 Posts
    105 Views
    G
    I dont connect to https://download.qt.io/. How to fix it?
  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    78 Views
  • Qt online installer for arm64 gives me an error on my Pi5

    Unsolved
    16
    0 Votes
    16 Posts
    664 Views
    SGaistS
    And you open a new can of worm: what do you do when bugs (especially security issues) are found in glibc ?
  • Issue migrate Qt5.15.11 compiled in static to dynamic

    Unsolved
    3
    0 Votes
    3 Posts
    160 Views
    D
    Yes it return a valid pointer qDebug() << selectionModel(); output QItemSelectionModel(0x6e39580) qDebug() << selectionModel()->model(); output QSortFilterProxyModel(0x6e34008) Debug Assertion Failed! From the stack trace, I deduce that errors occur when the QModelIndex is removed [image: 2121c0df-c32f-430e-af36-b5b0ad13456a.png] I'm not sure if this helps, but when I manually set the selectedIndex to (0, 0), the error doesn't occur.
  • QT Creator opensource Win64 installer crash

    Unsolved
    2
    0 Votes
    2 Posts
    128 Views
    hskoglundH
    Just guessing: try disabling your anti-virus.
  • Modern version of linux with Qtv3.3.8.

    Unsolved
    8
    0 Votes
    8 Posts
    407 Views
    J.HilkJ
    I have no idea, based on quick googling I would suggest CentOS 7 apparently the last one that shipped with qt3 bindings?
  • Static build on MacOS has different output on Qt 6.7.3 and Qt 6.8.2

    Unsolved
    2
    0 Votes
    2 Posts
    141 Views
    SGaistS
    Hi, You should rather bring this question to the development mailing list. You'll find there Qt developers/maintainers. This forum is more user oriented.
  • Qt 5.15.2 CMake MinGW 8.1.0 is broken under VS Code but fine under QtCreator

    Solved
    3
    0 Votes
    3 Posts
    208 Views
    P
    Wel, the probleim is found... MinGW should literally POISON your PATH env variable otherwise it will fail to run GCC itself...
  • Online installer SSL handshake fail

    Solved installer ssl error network error windows 10
    11
    0 Votes
    11 Posts
    4k Views
    jsulmJ
    @VamsiDev said in Online installer SSL handshake fail: in linux how we can fix mirrors in linux can give me a solution to fix this Like shown in the link posted in this thread: https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource
  • install qt6.8.1 opensource in linuxmint 22.1

    Solved
    7
    0 Votes
    7 Posts
    475 Views
    H
    @jsulm i install all the dependencies and then excute configure again and solve my problem. thanks bro
  • Does the cmake config files should be placed in system path?

    Solved
    2
    0 Votes
    2 Posts
    180 Views
    M
    For some reasons I had to click on "Re-configure with initial parameters" and now the variables have the correct path.
  • Installing Qt5SerialBus in Flatpak

    Unsolved
    1
    0 Votes
    1 Posts
    89 Views
    No one has replied