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
  • QtCreator default SDK

    4
    0 Votes
    4 Posts
    4k Views
    B
    Thanks. I thought there was also a QTPATH variable that could be set for the default, but that doesn't work. I set it to 4.7.1, created a new instance, and it gave me both QT in PATH and 4.7.1, where both were checked. I guess I have to make the choice at create time, and then manually change it if I add something that needs a more recent build. The only thing here is, if I wanted to enforce an environment for several programmers using the same box, it would be nice to be able to set up a system environment variable which would cause any newly created projects to use the path given in that variable. Thanks.
  • Regarding QT SDK installation

    4
    0 Votes
    4 Posts
    3k Views
    T
    The Qt SDK is for desktop development. Please use the Nokia Qt SDK if you want to target devices instead (both will be merged in the next release by the way). The Nokia Qt SDK does configure everything you need to write and deploy applications to Symbian devices.
  • Trouble linking Qt on win7 ultimate 64 with vs2005 sp2

    10
    0 Votes
    10 Posts
    6k Views
    R
    Hi, I followed Zlatomir's advice to build Qt from the src files and it compiled successfully! thanks for the enlightenment! It already created a projects with all projects to open with VS2008. Do I still need to configure shadow build as explained in "this guide":http://www.qtcentre.org/wiki/index.php?title=Building_Qt_on_Windows_CE to be able to make winCE apps?
  • Moc errors

    2
    0 Votes
    2 Posts
    3k Views
    G
    No object code for your method qCalibrationWizard::checkFiles(int, float*) is generated in your project. Did you implement the method?
  • Getting QML Designer to work in Ubuntu

    7
    0 Votes
    7 Posts
    6k Views
    K
    Good to know I will try that. Thanks.
  • Qt Mobility Library Question on OS X

    19
    0 Votes
    19 Posts
    10k Views
    K
    Great to know, I will try it. Thanks.
  • Build issue on SunOS 5.10

    4
    0 Votes
    4 Posts
    3k Views
    D
    Ok, I did it, just had to recompile zlib with g++ to solve the linker issue. It still does no work with SunStudio 12 which is tier2 supported. I have no clue of what may be broken though...
  • Fresh Nokia Qt SDK install - won't run simulator or package anything

    11
    0 Votes
    11 Posts
    9k Views
    G
    [quote author="shekar_brother" date="1294501253"]IT is working !! Great.Heartfelt thanks to Volker and others. at-Tags - not working correctly on Opera 11. I will check again. -Chandra [/quote] Just put a single @-char before your lines of code an one after it. The rest is some magic of the forum and wiki software. The "Forum Help":http://developer.qt.nokia.com/wiki/ForumHelp and "Textile Syntax":http://developer.qt.nokia.com/wiki/TextileSyntax articles in the wiki have some more hints.
  • My "configure" creates a config.h

    4
    0 Votes
    4 Posts
    3k Views
    S
    Do you want to integrate qmake in a autotools environment, than take look "here":http://qtnode.net/wiki/Qt_with_autotools
  • Mobility API not present in Nokia Qt SDK

    5
    0 Votes
    5 Posts
    3k Views
    K
    anselmolsm, do you mean to say that I can install mobility directly from within Qt Creator? I do not see the option you are referencing, is it absent in os x? [quote author="anselmolsm" date="1286218228"]Hi codestian, Maybe you did not select to install the mobility apis in the Nokia Qt SDK setup. You can install it now. Open Qt Creator, go to Help -> Start Updater, package manager tab, then check APIs->Qt Mobility APIs and 'next' to finish the process.[/quote]
  • How to compile qt with sqlite driver on ubuntu

    9
    0 Votes
    9 Posts
    7k Views
    V
    Volker, Yes, You are right, but unofficially, as I know \ worked in Windows (or worked earlier)
  • Deploying on Ubuntu with Image Plugins

    6
    0 Votes
    6 Posts
    4k Views
    F
    If your application is suitable for small devices (phones) you can try to install Nokia Qt SDK and make a package for maemo. Maemo uses debian packages and the SDK will jump start them for you. After you have the first one figure out making a ubuntu debian package will not be hard. You actually will find some good documentation on maemo.org that will apply to debian packages in general.
  • Windows open source download is built without RTTI, useless

    18
    0 Votes
    18 Posts
    11k Views
    A
    ok i found that all my problems were because I was mistakenly using Cygwin to build everything. Under mingw32 I am able to build and run my program.
  • Cannot recompile on Windows, undefined reference to `__getreent'

    8
    0 Votes
    8 Posts
    10k Views
    A
    I can build and run my program now, thanks to using mingw32 for everything. I was mistaken to think I could use Cygwin.
  • [Solved] Qt4 Software Deployment in RHEL4_U7 64bit

    6
    0 Votes
    6 Posts
    6k Views
    K
    [quote author="shint" date="1293768213"]ok. i changed title. [/quote] Thank you
  • [Question]Nokia SDK 1.1 ETA?

    7
    0 Votes
    7 Posts
    4k Views
    G
    I think it will be anouncerd when it's there, that's how they did it the last years, so, I don't think, we will get a schedule for it :-)
  • Qt installations KDE vs GNOME

    6
    0 Votes
    6 Posts
    5k Views
    T
    Yes you are right, It is cross paltform. But i thought qt is tightly integrated with kde environment. and on the other hand, i will get a chance to experience qt application kde it self ;). I am feeling, i took right decision. As a developer, it is so important to enjoy programming and your environment. All on all, i am enjoying kde. One more thing, i would like to appreciate active community like you guys created here. Thanks.
  • Symbian^3 emulator - QT component not installed

    13
    0 Votes
    13 Posts
    7k Views
    K
    I hope Nokia Qt SDK is progressing in that direction and in future we might have better tools.
  • [solved][Mac OS X] Additional plugins for Qt (qca plugins)

    11
    0 Votes
    11 Posts
    12k Views
    M
    adding @ QMAKESPEC=macx-g++ ./configure @ for qca-ossl solved the issue. You don't have to use QConf (as I stated in my previous post).
  • Only desktop targets in Nokia SDK & Qt in PATH not found

    10
    0 Votes
    10 Posts
    6k Views
    M
    [quote author="fcrochik" date="1293402212"][quote author="Milot Shala" date="1293401426"] As far as I know (I am not sure on this one) but you need the Qt SDK for Desktop and Nokia Qt SDK for mobile development. See "here":http://qt.nokia.com/products/qt-for-mobile-platforms#qtfornokia[/quote] I believe you need to install the Nokia SDK to get the maemo/symbian toolchains but once you have them installed you can use any version of Qt creator (as long as its newer than the one on Nokia SDK). If you install the Qt SDK for windows you can use the Qt creator bundled with Nokia SDK to create Desktop applications. I am almost sure of it.[/quote] It doesn't matter which version of Qt Creator you are using as long as you have both SDK's installed.