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.8k Topics 51.2k Posts
  • Cross compilation of Qt 5.2.1 for odroid-x2.

    1
    0 Votes
    1 Posts
    756 Views
    No one has replied
  • 0 Votes
    14 Posts
    6k Views
    SGaistS
    If you are opening a project configured on another computer you might have a myproject.pro.user file that might not be usable on your computer. Close the project, remove that file and open your project again to reconfigure it.
  • QT Creator - problem with QTversion deploying to raspberry pi

    2
    0 Votes
    2 Posts
    1k Views
    K
    I dont know what helped me but I ... ran "run make install" in qtbase dir removed "Qt 5 for Raspberry Pi" and installed the path again, then it was recogniced right as Qt for Embedded Linux.
  • 0 Votes
    5 Posts
    4k Views
    A
    thanks a lot fellas ! problem solved , actually my source file was having .c extension i changed it to .cpp and it worked !
  • Problem with Qmake generated Makefile

    7
    0 Votes
    7 Posts
    3k Views
    E
    Just got it working! Apparently I was using a cygwin version of make, as opposed to mingw32-make. Thanks so much for your help!
  • Qt Library Issues

    5
    0 Votes
    5 Posts
    1k Views
    JKSHJ
    You're welcome. :) Please don't apologize; this is a normal part of learning! Good luck. If you have any more questions, please ask. We would be happy to help you.
  • Installer frame work - steps ?

    1
    0 Votes
    1 Posts
    484 Views
    No one has replied
  • 0 Votes
    3 Posts
    5k Views
    A
    [quote author="clochydd" date="1394294174"]Hello and welcome to devnet, do you have a selected version in "Qt Versions" and a Kit selected under "Kits"? [/quote] Thank you for your reply. After reading your post, I looked at the section of "QT Versions" and I saw this: !http://oi57.tinypic.com/j82pli.jpg(QT Versions)! So I googled "msvc 2012" and found out that I was needed the Visual Studio 2012. Just installed it and it works! :) Thank you again.
  • Linking Unity libraries to QT 4.8.4

    2
    0 Votes
    2 Posts
    1k Views
    I
    Were you ever able to get this running?
  • Install plugins with Qt application

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    Once you have a deployed application i.e. get it running properly outside Qt Creator, you need to choose an installer builder either QIF, InnoSetup or NSIS (other exists) to create an installer that will handle that.
  • Why doesn't build Qt5WebKitWidgets module?

    2
    0 Votes
    2 Posts
    1k Views
    No one has replied
  • Unable to run any code in QTCreator

    18
    0 Votes
    18 Posts
    5k Views
    D
    So it turns out the issue was Avast antivirus's realtime protection. Thanks again for all the replies.
  • Compiler inconsistency

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, Looks like your are trying to cross-compile your application using a x86 Qt. Did you also cross-compile Qt first ?
  • Building Qt5 projects via VS2012 Visual C++ project

    8
    0 Votes
    8 Posts
    2k Views
    M
    I'm sure it's not. The actual process does not intimidate me. Nor does the fact that Qt involves its own dialect of C++; so suddenly we're locked into the Qt motif, when maybe all we're interested in is basically fancier language standards.
  • Packaging Error: Command 'ant clean debug' failed.Exit code: 1

    5
    0 Votes
    5 Posts
    11k Views
    S
    I can believe that to fix this issue, I just need to re-name my package as "com.whatnever.myAPP", thanks Genonn
  • Source build fails under windows

    6
    0 Votes
    6 Posts
    5k Views
    C
    Sorry, lucaghera, I cannot see what's going wrong. Hopefully someone else had a similiar isssue and may assist with that.
  • Android: error: cannot find -lqandroid

    7
    0 Votes
    7 Posts
    5k Views
    P
    Were you ever able to get it working? Only clue I found was a comment here that static build isn't supported yet for Qt Android: https://bugreports.qt-project.org/browse/QTBUG-36097
  • No Debugger Setup for Mac OS X

    16
    0 Votes
    16 Posts
    13k Views
    J
    Using Qt 5.2.1 on OS 10.8.5 I was getting the same error. To resolve it I was able to clone the clang Kit and select the lldb debugger. lldb seems to be working now.
  • Moving from windows to mac problem

    2
    0 Votes
    2 Posts
    862 Views
    SGaistS
    Hi and welcome to devnet, What part of your code generates that error ?
  • IOS + Entitlements.plist

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied