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
  • how to get qmake binary

    Unsolved
    2
    0 Votes
    2 Posts
    797 Views
    SGaistS
    Hi and welcome to devnet, qmake can be found in /path/to/Qt/5.10.0/gcc_64/. But why install both separately ? Qt Creator comes also with both the online and offline installers. Start that version, it will be configured with the Qt versions you installed.
  • HL7 Engine

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    ?
    @JKSH I have one library which is written in both i.e., java and .net, So i just want to use that library in Qt, as that library is written in java and .net, i am little confused how to use it ! That library is HL7 library which is use to encode the data and send the messages to server.
  • QtIFW: Maintenance.exe does not start (no uninstall, no update)

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    S
    @Ratzz said in QtIFW: Maintenance.exe does not start (no uninstall, no update): @Schenk So is the thread solved? YES!
  • Qt Creator Project Error: cannot run compiler 'cl'

    Solved
    6
    0 Votes
    6 Posts
    7k Views
    S
    @Opptur Just now worked for me too the below suggestion :) I Ran my first QML application "Hello World" :) chcp is an application that resides in C:\Windows\system32. I have added that directory to the PATH environment variable and everything is working again. Thank you!
  • Qt IFW : executable details / properties

    Unsolved
    9
    1 Votes
    9 Posts
    3k Views
    RatzzR
    @CMRO May be that is not possible with QtIFW . As suggested here it can only show version in control panel. May be you can change once you use QtIFW and use these https://www.digitalcitizen.life/how-change-metadata-stored-executable-files https://www.codeproject.com/Articles/37133/Simple-Version-Resource-Tool-for-Windows
  • QtIF: Adding version info in windows

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    RatzzR
    @Schenk said in QtIF: Adding version info in windows: but the debug output do not find a start tag "rcc". So, how can i achieve this infos? I tried using .rc file format and it just worked fine . see this
  • Include a 3rdparty cmake project as a subdir

    Unsolved qmake cmake 3rdparty subdir
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi and welcome to devnet, Because it's complex to integrate one build system with another. What 3rd party is it ?
  • QtCompile for RPi: ERROR: Cannot specify both -xplatform and -device.

    Unsolved
    1
    0 Votes
    1 Posts
    542 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    371 Views
    No one has replied
  • Problems building Qt 5.9.4 from source on Windows

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    machomaniM
    I have successfully build Qt 5.9 with additional argument -prefix C:\Qt5.9 while configuring and then nmake and nmake install.
  • Qt Installer Framework: How to uninstall previous versions?

    Unsolved
    2
    1 Votes
    2 Posts
    3k Views
    RatzzR
    @Alhasni You can give a try Workaround for Qt Installer Framework not overwriting existing installation.
  • Qt deployment

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S
    Hi, I solved the problem, I used windeployqt on the executable to generate the required dependencies for deployment. It works now on Windows 10 PC as it did on Windows 7 PC.
  • Install to docker volume fails

    Unsolved
    4
    1 Votes
    4 Posts
    1k Views
    U
    @torpeanders said in Install to docker volume fails: Docker container using the online installer and an installer script. Hi, are you using windows docker container or linux? which version of onliner installer did you use? I tried to install QT 5.10.1 in windows docker using qt-installer-noninteractive.qs script and it did not work. I get this error while installing. I tried with proxy and without proxy as well. Network error: [ QNetworkReply::NetworkError(UnknownNetworkError) ] "Failed to connect to server. Check your network connection and try again." FROM microsoft/windowsservercore:10.0.14393.2189 COPY ["./install", "C:/tmp/qt"] RUN ["C:\\tmp\\qt\\qt-opensource-windows-x86-5.10.1.exe", "--no-proxy", "--script C:\\tmp\\qt\\qt-installer-noninteractive.qs"] ENV PATH "$PATH:C:\Qt\Qt5.10.1" ENV PATH "$PATH:C:\Program Files (x86)\Microsoft Visual Studio 15.0\VC" CMD ["vcvarsall.bat", "x86_amd64"]
  • Building/Running static plugin?

    Unsolved static build static plugin
    2
    0 Votes
    2 Posts
    2k Views
    S
    use macro: Q_IMPORT_PLUGIN(QLinuxFbIntegrationPlugin);
  • Deployment error on Windows

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    S
    No, the problem was (in my opinion) that Windows didn't want to work with MinGW. After I switched to MSVC everything works without problems. Thank you for your help. (can someone give me a reputation so I can respond more quickly?)
  • How can I suppress overriding recipe for target warning?

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    A
    Thanks, it was because of output folder. object_with_source option makes error like when I compile without an option. so I just use object_parallel_to_source
  • 13 LNK2001 errors with qt 5.11

    Unsolved lnk2001 qt5.11
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    The moc files are generated code, they should not be part of the source tree. Nuke them and rebuild with a more recent version of Qt. Qt 4 has already reached end of life for a couple of years now.
  • Installing Qt Creator on Ubuntu 18.04

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    SGaistS
    You're welcome ! You can mark the thread a solved using the "Topic Tools" button. When finding an answer that you deem interesting, you can up vote it by clicking the upward arrow beside the quote word.
  • Unable to install QT 5.10.1 non-interactively in docker container

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    U
    @jsulm Yeah I do have internet on my Windows server 2016 VM. When I run this script on VM it installed. When I try to run the same insatller inside docker, it will get stuck and show this warning.
  • Tryin to build QT Creator 4.7 on Windows Server 2012 R2

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    C
    by renaming qbs.pro to something else it's ignored... however I had so many followup errors that I gave up. Set it to solved though.