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
  • Online installer for Opensource Qt failed on Win7

    Unsolved
    6
    0 Votes
    6 Posts
    963 Views
    Z
    I got this error when running Creator from the Start Menu. I checked and yes C:\Ashling\OPXDRTT\MDB is on my %PATH%. I am pretty sure I have not installed any versions of Qt before on this Win7, but might have installed a program that was built on top of an earlier version of Qt. Zhe
  • 5.11.3 static build problem (win10, MinGW730)

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    K
    @koahnig I was solved this problem. The solution is call configure script and mingw32-make in other directory. Example: C:\ - Qt - 5.11.3 - src (extract full source from zip package) - build (run ..\src\configure.bat -static ... and then mingw32-make)
  • QtWebEngine build with errors

    Unsolved qtwebengine build error install raspberry eglfs raspberry pi 2
    2
    0 Votes
    2 Posts
    2k Views
    M
    Old post but I had the same error; I had to build qtdeclarative BEFORE qwebchannel to solve this error.
  • 5.12.1 build problem (Windows, VS2017-based, incomplete build)

    Solved
    2
    0 Votes
    2 Posts
    476 Views
    T
    Solved. Win 10 SDK was missing - contrary to the fact, that Visual Studio installed one. But only an up-to-date self-contained SDK iso worked.
  • No text or label displayed

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    L
    @SGaist Sure, but the final status is the same from the point of view of the Qt app: Not able to display any text... Anyway, thanks for your help !
  • Emscripten for Qt fails build.

    Unsolved
    2
    0 Votes
    2 Posts
    356 Views
    sneubertS
    Hi enivak, please show us your config.log.
  • Building Qt 5.12 (ANGLE) without Win SDK 10

    Unsolved
    3
    0 Votes
    3 Posts
    707 Views
    A
    Thank you for your answer. I understand that a runtime check is done in order to choose the proper backend and versions and that a standard build can be used everywhere. What I would like to do is be able to build Qt5.12 without Windows SDK 10. So far Angle is the one that complains first (that relies on d3d11 headers, usually found in Win SDK 10). This is why I asked if it is possible to remove the build dependency of Angle on d3d11. I was hoping that this would allow me to build Qt5.12 with Window SDK 8.1. I will try to use Win SDK 10 for Qt only. Thank you.
  • Project ERROR: Unknown module(s) in QT: script charts

    Unsolved
    8
    0 Votes
    8 Posts
    4k Views
    jsulmJ
    @MrLibya Use online installer, then it should be possible to update and add/remove Qt versions using maintenance tool.
  • Error in building Qt 5.9.7 in docker ubuntu

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    D
    @sierdzio Oops, you are right. Docker in Mac limits to 2GB memory, and it passed when I enlarge to 8GB reply
  • 1 Votes
    8 Posts
    4k Views
    R
    Thanks @J-Hilk The link provided needs other configuration. My machine configuration is Red Hat Linux - 32 bit Qt creator 1.2.92, based on Qt 4.6.0 (32 bit) Make version: GNU Make 3.81 Qmake version: 1.07a (Qt 3.3.6) Please let me know what are the pre-requisites for a plugin. I want to create a menu item for Qt creator. Thanks in advance.
  • Qt creator directory error - Qt 5.12 + MinGW 7.30 64 bit

    Solved
    3
    0 Votes
    3 Posts
    715 Views
    JanWJ
    Yes, I have the 64bit folder (i copied it to 32bit folder as a workaround). Thanks for the tip. I saw that file already but completely overlooked the path there. I indeed think it's a bug (the same error actually happens for the gcc compiler path). Jan
  • iOS build fails due to "missing" moc/rcc generated files

    Solved
    5
    0 Votes
    5 Posts
    834 Views
    V
    Hi, I have experienced the same issue after I upgraded the XCode 9.4.1 to version XCode10.1. I am using Qt 5.9.4 and I can't use the 5.12.1, because of old version support. Any idea what is the root cause of this problem? How can be handled in Qt 5.9.4?
  • Updating an offline-installer Installation

    Unsolved
    4
    0 Votes
    4 Posts
    857 Views
    Patrick FrombergP
    You found a solution "Add Repositories". Have you succeeded populating that repository list via that button? I would imagine that it is impossible for anyone needing the installer in the first place.
  • Develop on Windows, deploy to Linux?

    Unsolved cppwebframework linux deploy cross compile
    5
    0 Votes
    5 Posts
    2k Views
    P
    @SGaist Ahh, okay I see it. Clone Build Config -> Delete Build Steps -> add Custom Process Step Thanks for the inspiration!
  • Gdb-error: The selected build of GDB does not support Python scripting

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    Pablo J. RoginaP
    @K-Str ok, so if you solved your issue don't forget to mark your post as such. And also don't forget to upvote the answer(s) that helped you solved it :-)
  • Qt Installer Framework: Spaces in target paths (Windows7-64)

    Unsolved spaces in paths installer win64
    9
    0 Votes
    9 Posts
    4k Views
    D
    @martonmiklos said in Qt Installer Framework: Spaces in target paths (Windows7-64): @Peter.Chorn How did you managed to import the Dir component? In QIF 3 dynamic page example, there is the following definition (installscript.js): var Dir = new function () { this.toNativeSparator = function (path) { if (systemInfo.productType === "windows") return path.replace(/\//g, '\\'); return path; } };
  • Qt vsaddin 2017 failing to create project

    Unsolved
    2
    0 Votes
    2 Posts
    492 Views
    RatzzR
    @Wanz said in Qt vsaddin 2017 failing to create project: error dialog saying "Object reference not set to an instance of an object". Do you have VS 2017 Installed ? Is so try clearing AppData of VisualStudio ,VSCommon . Some times u can reset user data . To do that run devenv /resetuserdata.
  • RPI installing cross-compiling

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    K-StrK
    Hello, yes I opened a new topic https://forum.qt.io/topic/99703/gdb-error-the-selected-build-of-gdb-does-not-support-python-scripting Kurt
  • Cannot download sedkit-env-qtwebkit in ubuntu 18.04

    Solved
    5
    0 Votes
    5 Posts
    858 Views
    D
    @jsulm Thank you for clarifying this. :)
  • Qt5.12.0 configure for iMx6 issue

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