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.5k Topics 49.9k Posts

QtWS: Super Early Bird Tickets Available!

  • 0 Votes
    11 Posts
    26k Views
    E

    Thank you for answers.

  • 0 Votes
    3 Posts
    3k Views
    A

    good job, fifth. :-)

    As you've seen in the comments, the file you mentioned is part of libjpeg. So, the solution from Qt's perspective is to set NO_GETENV. I think libjpeg developers will like to know about this issue.

  • How to integrate Qt CE to VS2005

    2
    0 Votes
    2 Posts
    3k Views
    K

    I don't use VS2005. But if you can elaborate more on the error received someone aware of it can help you out.

  • 0 Votes
    6 Posts
    4k Views
    A

    [quote author="theuser" date="1291768946"]edit: ah and thank you for the link to the newer tutorials i didnt know the one i worked with was "out of date"(though i guess the basic concepts are still the same)[/quote]

    Indeed, the concepts are still the same. Also, it is a Qt 4 example so it is expected to work with Qt 4.7 too.

    I just pointed it's old because I could not find in the Qt 4.7 sources :-P

  • Qt Creator unable to locate plugins

    2
    0 Votes
    2 Posts
    2k Views
    F

    Just in case: have you installed qt-mobility after compiling it? (make install?)

  • 0 Votes
    4 Posts
    4k Views
    I

    I've never had such issue either. Try the latest sources (git)

  • Fresh QT 471 won't compile example projects

    3
    0 Votes
    3 Posts
    6k Views
    R

    Thanks Tobias!

    Removing the Shadow-build check in the Projects Building Settings for Release and Debug made the trick.

    I have tried three different Examples and they all run fine.

    /Mike

    PS. Sorry folr the missing back slashes. They got lost somewhare between copying the Compiler output to the pais into this forum. Possible the forum security does not alow them to prevent execution of mallisious code through this web site? DS.

  • 0 Votes
    20 Posts
    12k Views
    V

    [quote author="infoctopus" date="1291576301"]you could try VS2008 Express. If the problems persists, then it's maybe a Express edition issue Also reinstalling Windows can be of ultimate help ;) (since it's all fine on clean virtual Win7)[/quote]
    No, thanks, maybe next time :)
    I can survive with Qt SDK in Ubuntu under VirtualBox.

  • 0 Votes
    5 Posts
    3k Views
    B

    I am not sure which version it was as I had vs.net (academic version - full install), visual studio 2005 c++ express, vs 2008 c++ express, vs 2010 c++ express. I think it was the number of different vs installs that caused the problem.

  • Building for Maemo gives Packaging error

    7
    0 Votes
    7 Posts
    4k Views
    A

    Well, I uninstalled all Qt/Symbian dev tools, re-installed them, and now it finally agrees to work, even with Qt Creator 2.1 RC1.

  • 0 Votes
    8 Posts
    8k Views
    A

    What errors did you had? I followed the same steps from my first link and it worked just fine (using the latest version)

  • 0 Votes
    5 Posts
    19k Views
    E

    Well blex, you were not right but you led me to the answer. It wasn't the drive letter but the VS2008 install. I have been using a non-standard install of VS2008 to compile Qt but it no longer builds Qt 4.7.1 for x86 targets. A standard VS2008 install works fine.

  • Viruses in QT examples?

    11
    0 Votes
    11 Posts
    6k Views
    D

    chetankjain, I don't think AV support will help here. In most cases they say "such falsepositives are normal" because if they will change something to avoid such situations it will make their heurustic algorithm weeker.

  • 0 Votes
    3 Posts
    4k Views
    F

    Actually I would have needed OpenGL. But I already found the (little weird) solution to this problem. The thing was, that Visual Studio had a problem with a project created in 4.6 and now compiling it with 4.7. After removing all the files and creating a blank Qt-Project I just added all the files again and it worked like a charm.
    Thanks anyway.
    Daniel

  • Qt 4.7.1 symbian and NOKIA symbian3 emulator

    2
    0 Votes
    2 Posts
    3k Views
    T

    Sorry, the symbian emulator is not part of the Nokia Qt SDK, so I am not really using that on a regular basis. The guys at "forum nokia":http://www.forum.nokia.com/ might be able to provide help here.

  • Mac App Store

    3
    0 Votes
    3 Posts
    4k Views
    G

    Could you please open a new thread for this, as it's a completely new topic - thanks.

  • [Solved] Cross compile

    4
    0 Votes
    4 Posts
    5k Views
    niqtN

    Resolved with gcc 4.4

  • Failed to compile QT 4.7 to arm

    10
    0 Votes
    10 Posts
    13k Views
    M

    I am trying to cross compile QT 4.7 for mini2440 without success. Below is the error:
    make[1]: Entering directory /opt/qtsdk-2010.05/qt/src/corelib' /media/b1cc59e2-c2f4-4a5e-acee-fc4dada4edbe/opt/Boardcon/4.3.3/bin/arm-linux-g++ -c -include .pch/release-shared-emb-arm/QtCore -pipe -fno-exceptions -O0 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DELF_INTERPRETER=\"/lib/ld-linux.so.2\" -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -I../../mkspecs/qws/linux-arm-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared-emb-arm -Iglobal -I../3rdparty/zlib -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-shared-emb-arm -I../../include -o .obj/release-shared-emb-arm/qvariantanimation.o animation/qvariantanimation.cpp In file included from animation/qvariantanimation.cpp:694: ../../include/QtCore/qatomic_i386.h: In member function 'bool QBasicAtomicInt::testAndSetOrdered(int, int)': ../../include/QtCore/qatomic_i386.h:144: error: impossible constraint in 'asm' {standard input}: Assembler messages: {standard input}:350: Error: bad instruction lock'
    {standard input}:351: Error: bad instruction incl [r2,#0]' {standard input}:352: Error: bad instruction setne [fp,#-5]'
    {standard input}:390: Error: bad instruction lock' {standard input}:391: Error: bad instruction decl [r2,#0]'
    {standard input}:392: Error: bad instruction setne [fp,#-5]' make[1]: *** [.obj/release-shared-emb-arm/qvariantanimation.o] Error 1 make[1]: Leaving directory /opt/qtsdk-2010.05/qt/src/corelib'
    make: *** [sub-corelib-make_default-ordered] Error 2

    can anybody help me ?

  • 0 Votes
    4 Posts
    3k Views
    B

    Strange. Cannot advice anything clever than to use workaround saving to temporary file.

  • Embed QT code into Visual Studio Project

    4
    0 Votes
    4 Posts
    3k Views
    B

    [quote author="giesbert" date="1290499607"]Did you install Qt SDK for MSVS or with QtCreator for gcc?[/quote]

    Sure, Qt should be compiled with MSCV compiler. Even better, compile it from sources to use exactly the same MSVC runtime libraries.