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
  • 0 Votes
    8 Posts
    26k Views
    small_birdS
    @Kamal-Badi What is your opengl es headers and libraries edition? For desktop or for arm? You need to have the arm edition!
  • 0 Votes
    29 Posts
    12k Views
    B
    I've done it thank you :)
  • QML application won't run / render after quick deployment on Win 7

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Hi, Since you are using QML did you use the --qmldir option of windeployqt ?
  • Problem in Deploying and Running Application on Ubuntu.

    Unsolved
    32
    0 Votes
    32 Posts
    8k Views
    G
    But Now the total size of application folded become 64 Mb just for a very small application how can i reduced that size ??? @p3c0
  • Compiling Qt 5.7.0 fails on CentOS 7

    Unsolved
    2
    0 Votes
    2 Posts
    971 Views
    J
    Nobody else has this problem? What could I be doing wrong?
  • Qt Creator 4.0.2 doesn't find Compiler

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, No it doesn't. Microsoft doesn't allow any third party to provide its development suites. So you have to install them yourself. Note that for MSVC2015, you can get only the C++ compiler and don't need the full-blown visual studio download. If the use of Visual Studio is not mandatory, you can install the Qt MinGW package which provides MinGW so you can start hacking right away.
  • Linux debugging has failed error

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    kshegunovK
    Just check if the debugger that's selected in the Kit exists - check if the path to the executable is valid and you can call it from the command line.
  • Error on Deploying and running the tcp server console application on CentOS.

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    SGaistS
    It might have a slightly different name, check with the package manager.
  • Unresolved ICU Symbols

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    sierdzioS
    Great news! Happy further coding :-)
  • Visual Studio 2012 No Generated Files being Created

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    G
    I saw I had loaded qt addin 1.2.5, so I uninstalled and loaded the 1.2.2 that you had listed. It still seems to not be able to find the bin, lib and include dirs. I had first installed the main download from the download page - this just gave me 5.6 and 5.7 for VS2015 only. First try to build gave me a 'incompatible version' error. So I found and downloaded the 32 bit 5.5.1 VS2012 version and pointed QT Options in VS to that folder. It is on an outside drive O:. I did not uninstall the 5.6 and 5.7 versions from the initial download. I just created a new project, but same result - can't find ui_ file (it doesn't get built) and I can't run the QTDesigner. But I can run Designer manually from the VS 2012 Tools folder. I am running on Windows 7 Pro 64bit. I have VS2005, 2008, 2010, 2012 What should I try? Thanks
  • LNK1104 after adding custom libaries

    Solved libraries lnk1104
    3
    0 Votes
    3 Posts
    2k Views
    T
    I guess I'll just use the Qt's implementations then. Thanks for the explanation though.
  • remove std=gnu++11, already setting std=c++11 in my configs

    Unsolved
    2
    0 Votes
    2 Posts
    829 Views
    sierdzioS
    Modify the mkspecs. Or better - copy it, change folder name and use this new name. It will be easier to move this mkspecs around when you port to different Qt versions.
  • Unknown module(s) in QT: declarative

    Solved
    6
    0 Votes
    6 Posts
    6k Views
    H
    I got the solution. The error occurs when trying to build a project that depends on the deprecated QtDeclarative module on Qt version 5.6 and later, as the module was removed in version 5.6. The source code for the module is still available you can compile it from source. Or you can use a Qt version below Qt 5.6 to build the project. Thank you all.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Could not find or load the Qt platform plugin "windows"

    Solved
    23
    0 Votes
    23 Posts
    21k Views
    SGaistS
    @kshegunov, it seems that this option disappear once the thread is marked as solved.
  • How to change to App Icon name in the device?

    Unsolved
    2
    0 Votes
    2 Posts
    585 Views
    raven-worxR
    @Mathan-M what is your target platform?
  • Compiling on OpenSUSE

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    C
    Thank you! Now it works.
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    23 Views
  • How to put project file generation mode

    Unsolved
    4
    0 Votes
    4 Posts
    863 Views
    SGaistS
    Yes, that's it.
  • changing installer language through script.

    Unsolved
    1
    0 Votes
    1 Posts
    399 Views
    No one has replied