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
  • Qt 5.5.1 installer for Linux 32 bit issue

    Solved
    2
    0 Votes
    2 Posts
    893 Views
    ?
    Hi! This is a known bug that should be fixed in the next release. See https://bugreports.qt.io/browse/QTBUG-46276
  • WinRT App is x64, but x86 is needed

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    SGaistS
    It's to build application for WinRT, you can use the regular packages to build application for Win8/Win10. Here You have a blog entry about writing a Metro Styled application with Qt.
  • [NOT AN ISSUE] Qt 5 on Ubuntu 12.04 with no 3D acceleration

    15
    0 Votes
    15 Posts
    8k Views
    A
    @ranshalit I must confess that I can't recall the details of this issue (3 years ago...), but it's certainly working fine now. If it can help, you can look at my project's source code here.
  • Official release compiling environment

    Unsolved
    3
    0 Votes
    3 Posts
    845 Views
    JKSHJ
    Hi, @WGT_ said: Would you please publish the compiling environment/configure options of the official QT releases so we can have a good starting point to compiler QT?The official guide for the configure tool is too simple,lacking many parameters. Here are the official configure options: http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config BTW,how to view posts posted by ourselves on this forum? In your profile page: https://forum.qt.io/user/wgt_
  • Where I can download debug info for OS X Qt package?

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

    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Cross compiling qt5 from window to linux arm

    8
    0 Votes
    8 Posts
    5k Views
    R
    @crsn said: tart another thread about it, so we won't mix problems :) and for starters, can you paste your qmake.conf and the configure command line you are Hi, Anyone knows the steps how to cross compile qt for windows ? Thanks, Ran
  • Problem with Inno setup

    4
    0 Votes
    4 Posts
    1k Views
    P
    As jsulm said: Not related to Qt. Anyway here a possible solution for your problem: [Files] Source: bin\*; DestDir: {app}\bin; Flags: ignoreversion recursesubdirs createallsubdirs The command will copy all files from the folder "bin" into your installer. For the flags read the Inno Setup documentation. Btw. Qt has also the possibility to create installers. http://doc.qt.io/qtinstallerframework/ifw-creating-installers.html Kind regards, Pixtar
  • 0 Votes
    4 Posts
    2k Views
    jsulmJ
    Ubuntu 14.? provides older Qt version than the one you use! You should either provide Qt libraries which are used by your application or use Ubuntu Qt libraries to build your app if you use same Ubuntu version. See http://doc.qt.io/qt-5/deployment.html
  • [SOLVED] Deploy a portable application on Ubuntu

    Solved qt 5.5.1 ubuntu c++
    3
    0 Votes
    3 Posts
    2k Views
    A
    @JKSH Thanks, this link solved my problem.
  • Videos are not able to play on ubuntu 15.10

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    SGaistS
    Call ldd on the plugin. The plugin itself should be in /path/to/Qt/plugins/mediaservice/
  • How to build static programs in Qt

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    E
    @SGaist Yes ! , it worked, thank you very much !
  • Qt installation problem on Windows Vista Ultimate

    Unsolved qt installation windows vista
    2
    0 Votes
    2 Posts
    882 Views
    SGaistS
    Hi and welcome to devnet, Do you have the same happening if you download the offline installer ?
  • Qt 5.5.1 build error

    Unsolved
    1
    0 Votes
    1 Posts
    405 Views
    No one has replied
  • "cannot find -lGL" error

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    R
    @Ratzz @mrjj The instructions have solved my problem : https://askubuntu.com/questions/711863/installing-qt-5-5-1-on-ubuntu-14-04-throws-qt-network-ssl-error-on-terminal But when i run it , it holds the "Loading weather data" screen and it does not show anything
  • Ld: error: cannot find -lQt5Designer

    3
    0 Votes
    3 Posts
    3k Views
    R
    Hi, I have the same issue. Is this solution correct ? Isn't it required to use Qt5Designer ? Regards, Ran
  • QT Quick Designer Issue

    Unsolved
    1
    0 Votes
    1 Posts
    301 Views
    No one has replied
  • [Qt 5.1] cross-compile for ARM : include errors

    2
    0 Votes
    2 Posts
    4k Views
    R
    Hi, I have the same issue. How did you resolve this ? Thanks, Ran
  • 0 Votes
    5 Posts
    2k Views
    C
    @gagiD updated to 4.9 and everything compiles thanks!
  • Problem opening Qt5.5.1 app on OS X 10.6.8

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    E
    I went back to version Qt5.3.2 and now the app developed with it on a recent OS X runs on OS X 10.6.8. Thanks for the advice.