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
  • [Qt 5.2.1] Building sql DB2 driver error

    1
    0 Votes
    1 Posts
    704 Views
    No one has replied
  • QT Mysql cant compile Plugin

    3
    0 Votes
    3 Posts
    2k Views
    M
    Hi, oh yes this is right. Thx
  • Qt 5 application crashes on startup on Windows 8??? [Solved]

    6
    0 Votes
    6 Posts
    3k Views
    sierdzioS
    Good news :) Have fun and success with your app!
  • No application launcher icons after installation

    11
    0 Votes
    11 Posts
    3k Views
    SGaistS
    On OS X you create a bundle that contains everything that is needed and put that bundle in Application. OS X users don't expect shortcuts
  • Lib file missing in Qt 5.3 Linux 64 bit version (solved)

    2
    0 Votes
    2 Posts
    738 Views
    ?
    Sorry i just found this "link":http://qt-project.org/forums/viewthread/23855 in Qt forum and it solves my problem. Thank you.
  • [solved] Qt release - difference with OpenGL version?

    10
    0 Votes
    10 Posts
    4k Views
    M
    Reverted back to : qt-opensource-windows-x86-msvc2012-5.2.1.exe solved
  • 0 Votes
    2 Posts
    910 Views
    SGaistS
    Hi and welcome to devnet, I don't think that this use case has been thought of. You can ask this on the interest mailing list. You'll find there Qt's developers/maintainers (this forum is more oriented) You can also check the "bug report system":http://bugreports.qt-project.org to see if it's something known. If not you could consider opening a new report providing a simple compilable example project to help implement this.
  • [SOLVED] Qt 5.3.1 broken on Windows

    2
    0 Votes
    2 Posts
    3k Views
    V
    Qt Creator says this Qt version is not properly installed. Update: it's updating from 5.3.0 that causes trouble. Removing Qt 5.3 altogether and installing it from scratch solved the issue.
  • Project ERROR: Unknown module(s) in QT: macextras

    5
    0 Votes
    5 Posts
    3k Views
    SGaistS
    Now there's something not clear: what exactly are you talking about ? Do you want to have qtandroidextras while developing on desktop ?
  • Dpkg-shlibdeps: error: couldn't find library libquazip.so.1

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Opengl support

    2
    0 Votes
    2 Posts
    1k Views
    sierdzioS
    In Qt Creator, only the welcome screen requires OpenGL 2.0. You can turn that plugin off (about->plugins) and it should work. On the other hand, of course, I really recommend upgrading your PC ;-)
  • Raspberry Pi: Build QTMultimedia with GStreamer support

    5
    1 Votes
    5 Posts
    4k Views
    SGaistS
    IIRC it's as simple as removing the qtwebkit folder before you configure Qt or add -no-webkit when you configure
  • 5.3 WinRT Unknown modules(s) in Qt: webkitwidgets webkit

    3
    0 Votes
    3 Posts
    2k Views
    T
    [quote author="SGaist" date="1403727826"]Hi, I think the answer might be lying "here":http://blog.qt.digia.com/blog/2013/12/12/qt-for-windows-runtime-technology-preview-released/#comment-1192527[/quote] oh.. thank you for the info.
  • [SOLVED][5.3] "icuuc52.dll missing entry point" when deploying

    3
    0 Votes
    3 Posts
    3k Views
    A
    Thank you for your reply I had Qt 5.2 installed but I uninstalled it and installed Qt 5.3 after Only thing related to Qt is C:\Qt\5.3\msvc2012_opengl\bin so I can use windeployqt.exe more easily, it's recommended in the documentation (Edit : ) Might be linked : I can't compile anymore, I probably changed something I should not have while trying to fix my dll issue, so now jom.exe returns a "Error code 2" (Edit 2 : ) It's fixed ! I used the maintenance tool, updated Qt modules and It looks like it has fixed it, I can now compile and deploy correctly !
  • QT Installer Framework and MS Redistributables?

    2
    0 Votes
    2 Posts
    2k Views
    W
    UPDATE: Packaging the 2 MS dlls actually does work, but Im now also finding out openssl needs to be installed on the target machine due to https web service calls being made in the app. So, I still need to know how to detect and/or trigger an install of a 3rd party app with the installer framework, and I have yet to find the answer with google. :(
  • [solved] 5.2.1 source code incomplete

    6
    0 Votes
    6 Posts
    2k Views
    W
    Got it. Thanks again.
  • 5.3 attempts to compile stuff it shouldn't

    2
    0 Votes
    2 Posts
    734 Views
    SGaistS
    Hi and welcome to devnet, For that question you should rather write to the interest mailing list. You'll find Qt's developers/maintainers there (this forum is more user oriented) Don't forget to subscribe first.
  • Problem to convert Float or Double to String in QLineEdit

    6
    0 Votes
    6 Posts
    8k Views
    H
    Ok, thanks for the tips
  • How to compile from Linux to Windows

    4
    0 Votes
    4 Posts
    1k Views
    H
    Hi, Thanks for information, i'll try it and send feed back. I have both system, Linux and Windows 7.
  • Running qmake and nmake commands

    14
    0 Votes
    14 Posts
    7k Views
    sierdzioS
    Make sure path is defined in your terminal by running this: @ echo %path% @