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
  • Why does it take to commercial installation?

    Moved Solved
    14
    0 Votes
    14 Posts
    1k Views
    D
    @JKSH, I'm not sure either! Maybe I'd clicked the wrong button to download the online installer. Weird thing happens, sometimes, when you stay 10 feet away from the screen and fonts are too small.
  • Build kernel driver with QTCreator

    Unsolved
    5
    0 Votes
    5 Posts
    625 Views
    S
    @jsulm Thank you for quick reply You are right! The built files already exist in those directory ,I cleaned all the built files and then it compiled well. thank your help!
  • How to deploy QSQL plugins

    Solved
    7
    0 Votes
    7 Posts
    635 Views
    jsulmJ
    @Mark81 said in How to deploy QSQL plugins: why QPluginLoader told me it loaded the plugin correctly while after a while the application said the plugin were not loaded Because you used absolute path to the plug-in. I'm not sure why the plug-ins are not found, but you can also provide https://doc.qt.io/qt-6/qt-conf.html file where you specify all needed paths.
  • Module "QtMobility.gallery" is not installed

    Solved qml android qt 5 qtmobility
    21
    0 Votes
    21 Posts
    4k Views
    Q
    @jsulm thank you so much it worked with these code: function: void searchPaths(QVariant path) { QStringList files; // add files to this ( paths ) QStringList filter; // mp4 files filter filter << "*.mp4"; // add filter qInfo("-----"); QDirIterator dir(path.toString(), filter, QDir::Files, QDirIterator::Subdirectories); // get all files in directory while (dir.hasNext()) { qInfo() << dir.next(); files << dir.next(); // } } use: searchPaths("enter path here") now i can sleep easy. thanks
  • Lubuntu / GUI not starting / qt.qpa.xcb: could not connect to display

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    JonBJ
    @Karthago said in Lubuntu / GUI not starting / qt.qpa.xcb: could not connect to display: until I upgraded Lubuntu through apt-get full-upgrade. What version did you upgrade from/to? My Ubuntu 20.04 uses Xorg display, but later ones will move to Wayland?
  • Android emulator doesn't start

    Unsolved
    1
    0 Votes
    1 Posts
    344 Views
    No one has replied
  • Qt 5.7 installation

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    jsulmJ
    @shujja See https://wiki.qt.io/Transition_from_Qt_4.x_to_Qt5 I was never talking about QtCreator. I gave you the link to download Qt 5.7. So, go there download it and install...
  • Need help building PySide with WebEngine

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    P
    For those who have landed on this page when trying to build Pyside2 with QtWebEngineWidgets (not sure for Pyside6 because it seemed to be excluded for now in it), you need to use MaintenanceTool.exe to add Qt5WebEngineWidgets module or reinstall Qt with Qt5WebEngineWidgets checked. After that, PySide2 build will include QtWebEngineWidgets.
  • windeployqt, looks ok, but no files transferred

    Solved
    80
    0 Votes
    80 Posts
    23k Views
    KroMignonK
    @SPlatten said in windeployqt, looks ok, but no files transferred: have got working release dll's and now it all works, thanks for your support. nice to read :)
  • How to store execute output to variable?

    Unsolved
    3
    0 Votes
    3 Posts
    326 Views
    S
    @jsulm Yes its about the installer.
  • 0 Votes
    1 Posts
    156 Views
    No one has replied
  • Problem installing mqtt module on android

    Unsolved
    2
    0 Votes
    2 Posts
    469 Views
    A
    did you solve this? I have exactly the same issue
  • 0 Votes
    1 Posts
    870 Views
    No one has replied
  • Shared lib is not loaded although rpath is set properly

    Solved
    2
    1 Votes
    2 Posts
    395 Views
    JoeCFDJ
    Two versions of this lib are in the machine. Therefore, there are conflicts. Removing one solves the problem.
  • 0 Votes
    10 Posts
    2k Views
    8Observer88
    I have this problem for settings: Qt version is not properly installed, please run make install
  • Creating installer...

    Unsolved
    1
    0 Votes
    1 Posts
    186 Views
    No one has replied
  • How to cross-compile for Jetson nano?

    Solved cross compile jetson-nano
    5
    0 Votes
    5 Posts
    3k Views
    ?
    Thank you jsulm. I tried rsync of target's usr/lib and /usr/include, and set compiler which comes from toolchain. But I didn't success compile. So I gave up to cross compile. It is too difficult for me. I'll try other way to make app with gui ( e.g. Web application style (flask, django ...))
  • Run on remote device

    Unsolved
    5
    0 Votes
    5 Posts
    792 Views
    M
    @JonB said in Run on remote device: Cannot create platform OpenGL context, neither GLX nor EGL are enabled I'vw already searched for this error but I found a lot of questions or hints rather than answers. Anyway I tried some of the hints (like the packages above) with no luck. I would like to understand what this error means and how to fix without trying to apply this or that suggestion. I read the docs about deployment but I didn't find a clear list of the requested libraries on a clean environment.
  • "Cannot create file", "Cannot save session" - unknown error, macOS

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    J
    @bgourlay In my case, windows, the .config folder was set in read only mode. Just changed to read-write and the problem was gone.
  • Qt Assistant deployment

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