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
  • Qt3.3.8 using 32-bit linux in a 64-bit environment

    3
    0 Votes
    3 Posts
    3k Views
    F
    hi vinb, I tried ./configure --platform=linux-g++-32 -thread -no-xft -qt-gif -no-exceptions and I have this problem with -lGL. With --platform=linux-g++-32, it adds the option -m32 at compile time, in principle. However with the problem i cite above it searches for /usr/lib64/libGL.so while I would require that it reads the file in the path /usr/lib/libGL.so. What more do i need to tweak? fclopez
  • QJson installation on symbian

    2
    0 Votes
    2 Posts
    2k Views
    S
    I don't know if that's the case but I get this error if I have already installed another version of the same program. Most of the time I uninstall the old version and after this I try installing the new one (that works for me).
  • Qt Creator doesn't stop at breakpoints

    4
    0 Votes
    4 Posts
    5k Views
    V
    Had the same 'problem' here. I didnt look properly to :) Happy debugging!
  • Continuous integration systems

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Help with mysql driver @ os x

    9
    0 Votes
    9 Posts
    8k Views
    M
    similar problem here: http://developer.qt.nokia.com/forums/viewthread/5258/ thanks
  • Compiling projects

    21
    0 Votes
    21 Posts
    12k Views
    ?
    2 years ago... too many changes in Qt since that moment in time? Couldn't say, as i recently joined this page...
  • Building Qt 4.7.2 with Intel compiler = unresolved bug?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Which packages are needed to access Qt libraries

    3
    0 Votes
    3 Posts
    3k Views
    G
    Cool, thank you very much!
  • Macdeployqt problems

    4
    0 Votes
    4 Posts
    3k Views
    M
    Thanks, i'll give it a try. -=ben
  • Cannot assemble static app with WebKit and Phonon

    9
    0 Votes
    9 Posts
    5k Views
    G
    Nothing helps :-( After reconfig with Phonon I've got it in static but still cannot assemble app. In addition to previous linkage error messages I get tons of messages like this: @i:\Qt\2010.05s\qt\lib\libQtCored.a(qcoreapplication.o):I:\Qt\2010.05s\qt\src\corelib/kernel/qcoreapplication.cpp:151: multiple definition of `QCoreApplicationPrivate::checkInstance(char const*)'@ Of course I can use dynamically linked Qt for this app. But then I will have provide more than 100 megabytes in DLLs (QtCore, QtGui, QtNetwork, QtWebKit and may be more). This all for small application allowing users just exchange their data in local network... Somebody else could solve this using Delphy without this complexity and extra megabytes.
  • Installing Qt on Linux CentOS 5.4 or 5.5

    8
    0 Votes
    8 Posts
    14k Views
    K
    Thanks a lot...I will install it and get back to you for giving many more thanks :-)
  • Installing Qt-built apps on Windows 7

    3
    0 Votes
    3 Posts
    2k Views
    G
    If you deliver, you must use release, as the debug dll of microsoft (msvcrt*) are not for distribution in debug version.
  • Creating self-signed sis file via remote compiler in Linux

    5
    0 Votes
    5 Posts
    3k Views
    M
    huluyige: correct
  • How to make a Symbian sis file NOT to require 4.7.3 with Qt SDK 1.1 RC?

    2
    0 Votes
    2 Posts
    3k Views
    frankcyblogic.deF
    I think you have to be patient until the devices get an upgrade. Correct me if I'm wrong, but therre is still not "smart installer":http://wiki.forum.nokia.com/index.php/Nokia_Smart_Installer_for_Symbian support for Qt 4.7 . You know that you can also download the Qt 4.6.3/4 build chain with SDK 1.1, which is installable with the SDK maintenance tool.
  • [solved] Qt SDK RC won't install

    3
    0 Votes
    3 Posts
    2k Views
    S
    Have you tried the solution to my problem (the linked thread is mine) - Safe Mode ?
  • Is the Qt SDK 1.1 RC supported by Microsoft window server 2003?

    7
    0 Votes
    7 Posts
    3k Views
    S
    bq. To install Nokia Ovi Suite, you need: Windows XP 32-bit version (with SP2 or newer) "System requirements for Ovi Suite":http://europe.nokia.com/support/download-software/nokia-ovi-suite/compatibility-and-download Do you installed the SDK or the SP2? I suppose the SDK. The Ovi Suite can't be installed?
  • Creating odbc plugin

    10
    0 Votes
    10 Posts
    5k Views
    G
    Where can I find info about the connection string format. All I have found at the moment is a little about using the DNS connection and setting the following: @ QSqlDatabase db = QSqlDatabase::addDatabase("QODBC"); db.setHostName( <What goes here? > ); db.setDatabaseName( < what goes here?> ); db.setUserName("xxxx"); db.setPassword("xxx"); @ Is this the right way to connect? Can I use a DNS-less connection string instead and if so how? I have set up a ODBC source on my remote server but have no idea how to connect to it.... I wont lol again, not yet anyway!
  • [Solved] Compiling Qt (with OpenSSL) failing

    14
    0 Votes
    14 Posts
    7k Views
    Z
    Really? I don't remember seeing syncqt run when I built Qt-4.7.2 from sources. I'll have to check later and see. Hopefully the trolls will sort this in time for Qt SDK 1.1 or 1.2.
  • QtSDK and CentOS support

    5
    0 Votes
    5 Posts
    3k Views
    Z
    The last time I used CentOS it really was just Fedora with the branding removed.
  • Qt SDK 1.1-rc runtime problem on Linux

    4
    0 Votes
    4 Posts
    2k Views
    Z
    Created "bug report":http://bugreports.qt.nokia.com/browse/QTSDK-672 in JIRA.