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.9k Posts
  • Qt embedded with LTIB

    8
    0 Votes
    8 Posts
    7k Views
    AlicemirrorA
    Hello Andreas, thank you. I agree with your logic. If you provide a code it maybe useful, else I can use one of the very basic examples that are included in the Qt everywhere. To work in a correct test environment, I think that the best solution is that I prepare a VM with Ubuntu 10.04 and install only the Qt. Ltib is working and the linux is running on the arm, so we can exclude this aspect, at least for now. My doubt is if in the fresh installation of Qt everywhere on a new clean host machine, I need to install also the compiler or if the toolchaing of Qt includes also this. Please let me know what I should install with Qt everywhere on the host linux machine. Thank you. Enrico
  • Qt SDK Setup Disappears!

    3
    0 Votes
    3 Posts
    2k Views
    D
    Thank you I will give it a shot!
  • Qt Creator doesn't recognize PATH-variable on Mac OSX

    3
    1 Votes
    3 Posts
    8k Views
    H
    Thanks, it works now. Sadly I encountered another problem. I can compile and run the examples shipping with the SDK, but when I open my own project (which comes from Windows) a window pops up saying bq. No valid Qt-versions could be found. Please add a valid version at extras/settings or by using the sdk-installation-utility. (I freely translated this text). For some reasons I can't change any setting at all (all of them are greyed out). All I can do is close the project.
  • Statically linking plugins

    2
    0 Votes
    2 Posts
    2k Views
    G
    See the instructions "here":http://doc.qt.nokia.com/4.7/plugins-howto.html#static-plugins
  • QtSDK 1.1 General OS Related Error

    4
    0 Votes
    4 Posts
    3k Views
    Z
    OK. Glad you got it sorted. Happy coding!
  • Compile MySQL plugin on QT 4.7.3 [Closed]

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    D
    Oups I forgot to mention I downloaded the full QT SDK 1.1. What should I do then ?
  • Devices.xml missing

    3
    0 Votes
    3 Posts
    2k Views
    H
    Thanks for the answer. I can scratch that reason for my program unable to run the device!
  • [Solved] Install Qt SDK 1.1 on multiple computers

    3
    0 Votes
    3 Posts
    2k Views
    I
    Thank you very much. And yes, I'm a living example of that need. There should be a link to the offline installer in the downloads page.
  • Qt SDK 1.1 for non 64 Bit Mac?

    2
    0 Votes
    2 Posts
    2k Views
    G
    I think, this is related to this "recent forum thread":http://developer.qt.nokia.com/forums/viewthread/5702, please have a look and feel free to come back with questions over there. The base line is: For the SDK I think you're lost then. You'll have to install the components manually. Qt Creator should work (it's an i386 + x86_64 universal binary), and Qt libs would have to be compiled manually.
  • [closed] sdk 1.1 bombs on perl

    Locked
    12
    0 Votes
    12 Posts
    5k Views
    T
    Closing this thread before it turns into a name-calling session. I do apologize for the word "complaining" which seems to have triggered this.
  • Errors when building QT 4.7.3 from source

    19
    0 Votes
    19 Posts
    19k Views
    G
    I just ran two configure sessions for Qt 4.7.3, and all went without any problems. Setup: Installed Qt Creator 2.2.0 downloaded qt-everywhere-commercial-src-4.7.3.tar.gz (the open source should be fairly identical, except of licensing files) extract the archive cd into the extracted directory ran .\configure.exe in Visual Studio 2008 command prompt opened cmd.exe, put C:\Qt\qtcreator-2.2.0\mingw\bin into PATH and ran .\configure.exe -platform win32-g++ -qconfig minimal No hassles with missing perl (it is not installed!) in both cases, no call of syncqt.
  • [Moved] Qt SDK 1.1 incompatible with Mac OS X 10.5?

    11
    0 Votes
    11 Posts
    6k Views
    G
    For the records: https://qt.gitorious.org/qt-labs/installer-framework I had a quick look and suspect it to be an issue with the SDK against the installer is built (located in /Developer/SDKs). But while it may be possible to create an installer binary that runs on 10.5, it would not help much, as it would install Qt libs which do not run on 10.5 reliably (namely the lrelease and lupdate binaries). This would create more trouble once the installer did run an put everything in place. So, to proceed on the SDK installer, one would need 10.5 enabled framework libraries and binaries in the first place. I'm not quite sure, if to proceed, and if yes how...
  • [Moved] day one: failure...

    11
    0 Votes
    11 Posts
    4k Views
    Z
    Tobias, not sure if it makes sense but when using the MinGW toolchain it might be an idea for the SDK to add the necessary lib dirs to the %PATH% environment variable. Would that screw up other stuff (e.g. creator) if the runtime linker finds the MinGW compiled Qt libs first or is it sensible enough to skip over the incomaptible dll's and keep looking elsewhere?
  • Qt and NModbus

    5
    0 Votes
    5 Posts
    4k Views
    A
    Hi cincirin, it's a little bit complicated for me.. Maybe I try. Thanks a lot.
  • 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