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
  • Cross-compiling Qt5.6.3 for armhf: "Project ERROR: Unknown module(s) in QT: quick"

    Unsolved
    2
    0 Votes
    2 Posts
    217 Views
    SGaistS
    Hi, Which parameters did you pass to configure ? Are you sure you built all required modules ? In the absolute, you can manually build them using the qmake built when cross-compiling Qt.
  • Error configuring TSLIB to ON with Qt 6.4.1

    Solved
    2
    0 Votes
    2 Posts
    665 Views
    O
    I was able to fix the touchscreen issue with evdev by sending: ts_uinput -d -v This will generate new event (event2 for me) and modifying the evdev touchscreen parameter as follow: QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=/dev/input/event2:rotate=0 Configuring again the Qt 6.4.1 to enable tslib is not anymore necessary.
  • conan install binary pack to system

    Unsolved
    1
    0 Votes
    1 Posts
    439 Views
    No one has replied
  • Unable to open .ui file in Qt Designer from Visual Studio

    Solved
    10
    0 Votes
    10 Posts
    5k Views
    Chris KawaC
    @Taytoo I don't know. You can look at the plugin's source if you want.
  • Only kit Qt5.5.1 found with QtCreator

    Unsolved
    16
    0 Votes
    16 Posts
    1k Views
    J
    @JoeCFD After some trying I manage to define the Qt version, and now it should work as expected - thanks!
  • QT cannot create an AVD

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    B
    I have a same issue, every setup had fine except for starting AVD, nothing happen, cannot invoke an Android simulator. Then navigate to C:\Users\Admin\AppData\Local\Android\Sdk\emulator to run it manually, But it starts and shutdown immidiately. have you found the solution?
  • When installing version 5.12.5, msvc option is grey and not available.

    Unsolved
    2
    0 Votes
    2 Posts
    149 Views
    SGaistS
    Hi and welcome to devnet, There's something off here. You are writing about 5.12.5 but the image shows 5.15.2. In the latter case, AFAIK, there never was a MSVC 2015 build of it.
  • How to switch license on a machine with a defunct account?

    Unsolved
    3
    0 Votes
    3 Posts
    732 Views
    JoeCFDJ
    I guess you may need to uninstall the old installation and install a new one with your new account.
  • 1 Votes
    2 Posts
    1k Views
    K
    @shebin I'm too facing same kind of issue. can anyone help me on this
  • how to install QT V6.0 offline on windows servers

    Unsolved
    4
    0 Votes
    4 Posts
    294 Views
    jsulmJ
    @Bhadresh https://www.qt.io/pricing
  • Unable to Install Qt

    Solved
    2
    0 Votes
    2 Posts
    461 Views
    JKSHJ
    @Aamir said in Unable to Install Qt: .\qt-unified-windows-x64-4.5.1-online.exe --mirror https://mirrors.ocf.berkeley.edu/qt/online/qtsdkrepository/windows_x86/root/qt/Updates.xml https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource says, "don't use the full path but use the path before '/online' (no forward slash at the end)" So your mirror URL should be https://mirrors.ocf.berkeley.edu/qt My other question is, why an offline installer is not provided for Qt6? An offline installer will be very helpful for slow Internet connections. The Qt Company's rationale is given at https://www.qt.io/blog/qt-offering-changes-2020
  • Changing TargetDir in Component.prototype.beginInstallation

    Unsolved
    1
    0 Votes
    1 Posts
    143 Views
    No one has replied
  • Where to link with Qt Installation?

    Unsolved
    6
    0 Votes
    6 Posts
    6k Views
    M
    i just upgraded from qt creator 4 to 9 and my qt kits were not detected anymore. I pressed the the "Remove link" button (I never made the link in the first place) and after the restart it then autodetected my qt install again
  • Can't update Qt from 5.12 to 5.15

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    JoeCFDJ
    @kimi-raikkonen install Qt5.15 under /opt/Qt(this is the default installation of Qt installer). Add its qmake path in front of other paths for example: export PATH=/opt/Qt/5.15.2/gcc_64/bin:$PATH this has to be set in your shell which will trigger the setting whenever you open a terminal. Or you purge 5.12 and the path order will not matter anymore.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • I have an Installer Error

    Moved Unsolved
    1
    0 Votes
    1 Posts
    147 Views
    No one has replied
  • Undefined reference to ucnv_open_58

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    SGaistS
    One other simpler thing to do: disable the automatic loading of the conda base environment. That way it does not interfere with your system.
  • latest MaintenanceTool / Installer fails to launch

    Moved Unsolved
    7
    0 Votes
    7 Posts
    631 Views
    D
    bug filed
  • How to find the configure options that Qt was built with?

    Unsolved
    3
    0 Votes
    3 Posts
    409 Views
    N
    @mpergand said in How to find the configure options that Qt was built with?: "InstallationLog.txt" file is created in the Qtxx folder. The InstallationLog.txt file has log messages only like "download archive, pack, unpack, etc" and there is no further information about the configure options or Qt modules installation procedure. Any alternative idea on where to find the used configure options?
  • How to grab screenshot in wayland?

    Unsolved
    12
    0 Votes
    12 Posts
    5k Views
    SGaistS
    @tim-hilt I would go to the KDE folks. They likely have the most experience with Qt + Wayland.