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
  • [Unoffical-release] Qt -vs-addin-1.2.2 for Visual Studio 2013

    4
    0 Votes
    4 Posts
    2k Views
    K
    This "post":https://qt-project.org/forums/viewreply/155852/ might help.
  • [SOLVED] nmake issue during 5.2.0 building with MSVC 2013 32bit

    5
    0 Votes
    5 Posts
    4k Views
    SGaistS
    AFAIK, official packages for VS2013 are not yet on the menu
  • #include <stddef.h> compiler error

    6
    0 Votes
    6 Posts
    9k Views
    C
    Any help? i am really having lots of problems. i re installed qt 5.2 msvc2012 . apart from my former problem, now if i try to create a default application, it just fails!! with the compiler error : bq. F:\ms\Qt5.2.0\5.2.0\msvc2012\include\QtCore\qglobal.h:46: error: C1083: Cannot open include file: 'stddef.h': No such file or directory What is going on? please someone help!
  • Qt setup files are very large

    6
    0 Votes
    6 Posts
    2k Views
    ?
    [quote author="sierdzio" date="1388051221"]Dependencies vary a lot, as every app is different ;) For standard Windows build you need release versions of QtCode.dll, QtNetwork.dll, the platform plugin platforms/qwindows.dll, ICU libraries (libicu*, it weights quite a lot), MSVC runtime, OpenGL libs (or ANGLE). This adds up to, IIRC, about 20-40 MiB, depending on your setup. It's much less on Linux and much more on Mac OS X. Platforms are all different :D[/quote] Yes it is. Thanks for the information.
  • Qt5.2 for QNX Neutrino": screen/screen.h: No such file or directory

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Lib file missing

    4
    0 Votes
    4 Posts
    1k Views
    ?
    Yes it works. I have added the correct MingW\bin directory into the path.
  • 0 Votes
    2 Posts
    2k Views
    K
    Moving #include <QtOpenGL> first fixed this, I'm guessing an OpenGL or GLM header was included before <QtOpenGL>.
  • 0 Votes
    2 Posts
    2k Views
    K
    Have code compiling now, by changing: I had missed the decision to drop ICU, now removed from build Build Postgres driver AFTER main build, NOT WITH main build.
  • Minimum required gcc/glib to build/run QT5.2.0

    7
    0 Votes
    7 Posts
    3k Views
    T
    Thanks, do you have a link you can refer me to?
  • QT 5.2.0 not working button "Start"

    7
    0 Votes
    7 Posts
    2k Views
    JKSHJ
    Hi, This could be a Qt Quick 2.0 + OpenGL issue. Please see http://lists.qt-project.org/pipermail/development/2013-November/014330.html -- follow the instructions and answer the author's questions when you submit a bug report to http://bugreports.qt-project.org/ This is a simple test: Does your PC support OpenGL 2.0? Does upgrading your graphics card drivers help? Have you developed apps using Qt Quick 2.0 before?
  • Release dont show jpeg-Images

    9
    0 Votes
    9 Posts
    3k Views
    JKSHJ
    [quote author="SGaist" date="1387921977"]@_JKSH_ If I saw the first post correctly, it's what kursukani was doing[/quote]Whoops, I missed that! The original folder layout is correct. [quote author="kursukani" date="1387829578"]Only on debug-mode the images are show.[/quote]Can you please confirm that you have deployed the correct DLL? qjpegd.dll is for Debug mode qjpeg.dll is for Release mode [quote author="kursukani" date="1387829578"]Its the better solution to use the path to the images instead of .qrc-File?[/quote]They are both supposed to be equally valid solutions. However, you can give it a try and see if it makes a difference.
  • Qt-linux-opensource-5.2.0-android-x86_64-offline Android problem

    13
    0 Votes
    13 Posts
    7k Views
    SGaistS
    Then it seems that you didn't get everything installed
  • 0 Votes
    14 Posts
    6k Views
    U
    ok guys, a fresh install of Xcode 5.0.2 and Qt5.2 did the job! Thanks for your help :) Mario
  • MySql driver for Qt 5.1 on Windows

    17
    0 Votes
    17 Posts
    5k Views
    G
    Sorry, nothing haven't help me so I decided to choose SQLite. Thanks for answers.
  • 0 Votes
    15 Posts
    7k Views
    L
    Hmmm ... I haven't seen those. What platform are you specifying for qt. I am using macx-clang. What is the version of clang you have on your machine ('clang - v'). I am running 4.2. I didn't have 5.0.2 of XCode but I just updated it and tried kicking off my build again to see if I can hit the errors you are seeing.
  • [solved] [, well in a way] Can't compile a thing!

    9
    0 Votes
    9 Posts
    11k Views
    M
    I had the same issue with Mint14 (32bit). Using Software Manager and installing "libgl1-mesa-dev" fixed the issue. Examples are now building and running fine
  • What's the difference between Makefile.Debug and Makefile.Release

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to create an Ubuntu ISO with everything included to develop for Qt?

    3
    0 Votes
    3 Posts
    2k Views
    P
    Follow instruction on https://help.ubuntu.com/community/LiveCDCustomization Last year i have build a cd to start on a live cd and server build apache & many app as demo on mysql db... You take a ubuntu install all item you need and after.. burn a dvd from all..
  • Windows 8 g4bit qt installer

    3
    0 Votes
    3 Posts
    958 Views
    H
    and which one did you installed in your computers?
  • Deploying a Qt project with OpenCV

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, Are you sure you are deploying the right OpenCV dlls (32/64bits, mvxc/mingw, release build) ? Also, are you sure that you are deploying all needed dlls ? Hope it helps