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 50.8k Posts
QtWS25 Last Chance
  • Environment Var Issue

    16
    0 Votes
    16 Posts
    6k Views
    S
    Did you add yourQtVersion/bin first to the global PATH in your Control Panel/System/ Advanced System Settings/Environment Variables? And then restart Creator after having done so?
  • [solved] compiler not "seeing" file in new path

    14
    0 Votes
    14 Posts
    5k Views
    mzimmersM
    OK, thanks, Volker.
  • Error in installing qtmobility form source

    10
    0 Votes
    10 Posts
    5k Views
    N
    I think it's installed with QT SDK if not what should i do ?
  • Shadow build of Qt 4.7.2 on Windows fails

    2
    0 Votes
    2 Posts
    3k Views
    L
    Apparently this is a known bug (QTBUG-16443), and the only work-around seems to be to build without the examples (configure -nomake examples).
  • Install Qt v4.7.2 with visual studio 2010

    7
    0 Votes
    7 Posts
    10k Views
    ZlatomirZ
    Use the shortcut they provide for suck things: Start -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools -> Visual Studio Command Prompt (2010)
  • Ubuntu 10.10, Qt installed under /usr, and qmake adding -L/usr/lib

    3
    0 Votes
    3 Posts
    5k Views
    S
    $ mkdir test $ cd test/ $ touch main.cpp $ qmake -project $ qmake test.pro $ grep LIBS Makefile | head -1 LIBS = $(SUBLIBS) -L/usr/lib -lQtGui -lQtCore -lpthread Adding QMAKE_LIBDIR_QT -= /usr/lib to test.pro solves the problem. Thanks! I still think that the presence of -L/usr/lib is dubious behaviour, but this is perhaps something to talk to the ubuntu package maintainer about, and not this forum. Anyway, thanks for helping a rookie :) Ola
  • How to copy/include the DLLs my application needs?

    5
    0 Votes
    5 Posts
    6k Views
    L
    You can read the official Qt documentation about "deploying Qt's libraries":http://doc.qt.nokia.com/latest/deployment.html#deploying-qt-s-libraries and create an installer for your application using "NSIS":http://nsis.sourceforge.net/Main_Page Regards, Leon
  • Qt SDK 1.1 RC missing lots of libs from the Symbian SDK

    3
    0 Votes
    3 Posts
    2k Views
    C
    Hi, Yeah, thanks for the pointer :) After posting here, I realized that I should also file it as well so the team working on the SDK is aware of it. http://bugreports.qt.nokia.com/browse/QTSDK-693 I hope they include all the libs in final release of the Qt SDK 1.1. // chall3ng3r //
  • SLED 11 SP1, run qt4 OpenGl examples ,Error:lack glu.h

    6
    0 Votes
    6 Posts
    5k Views
    C
    ok ,I will try it .
  • [SOLVED][PRB] Deploying Qt-quick applications under Windows

    12
    0 Votes
    12 Posts
    6k Views
    AlicemirrorA
    No Problem Hedge. Remain the unsolved question on why I need these folders and when I should include or not...
  • Qt Creator gets stuck when trying to debug any app on Nokia device

    2
    0 Votes
    2 Posts
    2k Views
    C
    Hi, Did you installed TRK for Symbian ^3 and running it as well on your N8? Edit: also make sure the device is connected in Nokia PC Suite mode. // chall3ng3r //
  • Osx dylib

    7
    0 Votes
    7 Posts
    10k Views
    M
    I tried leaving the /System paths and changing the others to use the executable_path, and guess what? It worked!! :D Here is the resulting otool output: @ibi360.1.dylib: mylib.dylib (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL (compatibility version 1.0.0, current version 1.0.0) @executable_path/../Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL (compatibility version 4.6.0, current version 4.6.3) @executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.6.0, current version 4.6.3) @executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore (compatibility version 4.6.0, current version 4.6.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 103.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10) @ This was not straight forward but I feel I am getting a little further. Thanks again for your help. -=ben
  • Release app building debug versions

    3
    0 Votes
    3 Posts
    2k Views
    M
    That works. Thanks! Strange the other approach does not. -=ben
  • Qt SDK 1.1 installation problems on SnowLeopard

    3
    0 Votes
    3 Posts
    2k Views
    G
    I'd suggest you report this in the "bug tracker":http://bugreports.qt.nokia.com - the Trolls will be happy know of these bugs. Don't rely on reading here, it's not an official support forum. In the bug tracker it get's the Troll's attention.
  • Error 127 while debugging an example code.

    9
    0 Votes
    9 Posts
    14k Views
    D
    @Vass...Thanx... @ Denis Thanx man... Ll do that asap..and get back to u guys...
  • Is Qt suitable for controlling a UAV robot with a single-board-computer?

    2
    0 Votes
    2 Posts
    2k Views
    M
    Have a look here for inspiration: http://blogs.forum.nokia.com/blog/kate-alholas-forum-nokia-blog/2010/12/23/ar-drone-with-meego "Technically AR-Drone is much more advanced than standard RC-aircrafts. It has 32 Bit ARM processor running Linux, it is controlled over WLAN and it has bi-directional data stream transmitting back both telemetry data and live video feed from two cameras on drone"
  • Deploy QT with subpixel hinting on Win7

    4
    0 Votes
    4 Posts
    3k Views
    D
    Thanks volker for hint and link, Thanks florent for your help, The commercial version of QT contains subpixel hinting on windows ?
  • Qt folders, why so many? osx

    16
    0 Votes
    16 Posts
    5k Views
    D
    Difference between these two versions of libs is in debugging info in second libs and lack of tools there.
  • QT SDK 1.1 beta and rc... All works, but I can't deploy

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    T
    Looks like we are continuing here: http://developer.qt.nokia.com/forums/viewthread/5310/
  • How to add many additional files in subdir(s) to deployment on windows?

    3
    0 Votes
    3 Posts
    3k Views
    AlicemirrorA
    I discovered Inno Setup thanks to Andre, and it works very well, covering almost all the options a professional setup needs. ... If I can deploy an application, but unfortunately my problem remain unsolved at the actual date.