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
  • Problem with Executing Example [SOLVED]

    6
    0 Votes
    6 Posts
    3k Views
    S
    Hi! Thank you so much! It turns out that I hadn't installed QT properly and the CLASSPATH was messed up.
  • Building and linking using target system libraries

    2
    0 Votes
    2 Posts
    590 Views
    SGaistS
    Hi, What about a bind mount ?
  • Qt 5.2 on RHEL 5.8

    4
    0 Votes
    4 Posts
    4k Views
    S
    I got the same issue. You can bypass it by compiling this file manually and by removing the -std=c++0x option Hope this can help!
  • Problem of Tools selection

    2
    0 Votes
    2 Posts
    585 Views
    SGaistS
    Hi and welcome to devnet, Maybe a silly question but are you sure that it's the same version of MinGW that was used to build Qt (not just the version number but also architecture etc.) ? When it comes to development, don't modify PATH, you'll be in for a whole lot of troubles.
  • Cannot properly deploy application

    deployment
    3
    0 Votes
    3 Posts
    1k Views
    B
    @JKSH Actually that's the tutorial I followed! I must have linked the wrong one when I made this post. I had so many tabs open. Thanks for pointing it out! But yeah. even following it I still have the issue... EDIT: one my second go round, you were right. I had not copied all the plugin folders from the ming directory. Thank you so much for your help @JKSH
  • Error using online installer with proxy

    4
    0 Votes
    4 Posts
    3k Views
    Z
    The solution that finally ended up working for me was to launch MaintenanceTool from the command line as: MaintenanceTool.exe --proxy --updater --setTempRepository http://download.qt.io/online/qtsdkrepository/windows_x86/root/qt Note that using https did not work (same connection closed warning, but for individual files it tried to download rather than the repo manifest). It may also work from the GUI, but I had issues with the GUI forgetting my new repo after I entered it, even without closing MaintenanceTool.
  • 0 Votes
    1 Posts
    3k Views
    No one has replied
  • Need Qt3D in Version 5.3.0

    qt3d qt 5.3 git
    5
    0 Votes
    5 Posts
    3k Views
    JKSHJ
    @okieh said: I'm a little bit confused... In my sysroot directory for my target (i.mx6) I have Qt in version 5.2.1 and Qt3D libs with Version 5.3.0. Those Qt 3D libs are not officially-provided by the Qt Project, and they're incomplete. Perhaps you can ask the person who built those libs? I already tried to build the Qt3d 5.5 version with my Qt 5.2.1 dev enviroment, but it doesn't work. Why not? What errors do you get?
  • Qt5.4.2 Cross-Compilation on phyBOARD-WEGA-am335x

    qt5 cross compile arm cortexa8
    4
    0 Votes
    4 Posts
    4k Views
    SGaistS
    I just rechecked and finally saw the bottom of your log. It seems you are missing some dev packages, there's no linuxfb/egl etc. plugin created.
  • Adding platforms after offline installations

    installation qt5 android
    2
    0 Votes
    2 Posts
    851 Views
    SGaistS
    Hi and welcome to devnet, To the best of my knowledge, what you want to do is only possible through the online installer
  • Unresolved externals building Qt5.4.1 with webkit

    webkit build
    7
    0 Votes
    7 Posts
    4k Views
    SGaistS
    Do you have an antivirus running ? Sometime they can interfere when something creates an executable. In any case, modifying configure.bat should not be needed
  • 0 Votes
    2 Posts
    3k Views
    A
    @marinavasilevsky hi! Have you managed to figure it out? I have the same issue right there.
  • problem with installing QT 3

    3
    0 Votes
    3 Posts
    1k Views
    M
    @Luoyuan_Topview Thanks, but I need QT 3, what can I do to solve this? where can I find full source?
  • Problem with application launch

    undefined symbo compilation linking
    3
    0 Votes
    3 Posts
    1k Views
    N
    I finally made it, thanks to your link. I was indeed using the wrong library. I also missed the libxcb plugin but I added it to the project "package" and it now works fine. I was ready to bang my head against the walls.
  • Qt 5.4.2 Cross compile with sysroot

    6
    0 Votes
    6 Posts
    3k Views
    M
    Sorry, but it does not work for me. The reason were the CC, CXX, CPP, LD, RANLIB, CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS variables, which were set to my cross compiler environment. If I remove these exports, the cross compiling works fine. Mark78
  • What should I add to the PATH? [SOLVED]

    3
    0 Votes
    3 Posts
    942 Views
    sosunS
    @JKSH , oh thanks! You made it clear to me.
  • Building Qt 5.4 fails on webengine

    3
    0 Votes
    3 Posts
    2k Views
    Y
    Hello, I encounter the same problem on Slackware 14.1 and qt-5.4.1: http://pastebin.com/MKMpzUTj I have tried your workaround: http://pastebin.com/QVFiNj2b But it does not help. Any other idea?
  • Update maintenance tool itself using QtIFW

    maintenance too
    4
    0 Votes
    4 Posts
    3k Views
    J
    Thanks for the replies. The archive you linked to contains only part of the logic I guess. The actual QtIFW config files seem to be generated or something when looking at the qtsdk source. Or am I missing the package config files somewhere? Anyway, I will try some things. I still think updating the maintenance tool itself should be easily supported by QtIFW. Greetings, Jeroen
  • [Qt 5.4] [WinRT] Deploy Qt App with Library to WinRT

    2
    0 Votes
    2 Posts
    1k Views
    I
    How did u fix that?
  • 0 Votes
    1 Posts
    402 Views
    No one has replied