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 use Qt Creator with Qt source

    Unsolved creator
    1
    0 Votes
    1 Posts
    683 Views
    No one has replied
  • MinGW: GetTickCount64(): was not declared in this scope

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    sitesvS
    Problem solved by adding this flag to *.PRO file: QMAKE_CXXFLAGS += "-D_WIN32_WINNT=0x0600"
  • Possibility to build a static 64-bit version of qt 5.14.2 using mingw (Windows 10)

    Unsolved
    5
    0 Votes
    5 Posts
    945 Views
    K
    @SGaist said in Possibility to build a static 64-bit version of qt 5.14.2 using mingw (Windows 10): How are you doing it currently ? Did you install the MinGW compiler using the Qt Online Installer ? I installed mingw64 a long time ago using online installation for other purposes. I need to understand whether Qt can be built statically with mingw64 in principle (it doesn’t matter if it was installed earlier via an on-line installation or downloaded separately). And if possible, what procedure is needed for static build
  • MinGW: how to add if it was installed separately

    Solved
    6
    0 Votes
    6 Posts
    578 Views
    SGaistS
    From the looks of it you only have Qt builds for Visual Studio installed. You can mix that with MinGW.
  • Qt undefined reference to Imgui

    Solved
    4
    0 Votes
    4 Posts
    640 Views
    Q
    Oh, I fixed it. Just add the path to the project. I was silly to ignore it. [image: 8ef83d48-f59b-4b85-a186-a35d7cd9b3eb.png] Thank you!
  • Unable to Install "standalone Qt installers beyond v 5.9.9

    Unsolved
    4
    0 Votes
    4 Posts
    634 Views
    N
    Thanks for the help! The Linux distribution is CentOS 7 (and I don't have admin access so I can't install said library)
  • An oldie but a goodie - No kits available.

    Solved
    16
    0 Votes
    16 Posts
    1k Views
    jsulmJ
    @Uberlinc Was a copy-paste mistake, sorry :-) I edited my post.
  • no Qt plugin?

    Solved solved closed
    10
    0 Votes
    10 Posts
    2k Views
    SGaistS
    You're welcome ! Since you ha e it working now, please mark the thread as closed using the "Topic Tools" button or the three doted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)
  • [Makefile.Debug:207: copydata] Error 1

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    jsulmJ
    @Adriel said in [Makefile.Debug:207: copydata] Error 1: I just realized that I forgot to run CMD in Administrator mode There is absolutely no need for that
  • DeclarativeSurface - undefined reference

    Unsolved
    2
    0 Votes
    2 Posts
    192 Views
    Tom assoT
    The 'nm' man page indicates that a lower case 't' indicates a function that's "local" to the library - all of the DeclarativeSurface symbols in that library are marked with 't'. How can I find accessible global functions (that I can use) invoke DeclarativeSurface methods?
  • How to generate .pro.user from command line?

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    Tom assoT
    @jsulm - I see, thank you @jsulm and @SGaist !
  • Is it possible How to build QT for windows ARM 64? is official support planned?

    Locked Unsolved
    2
    0 Votes
    2 Posts
    337 Views
    Pablo J. RoginaP
    @Cyrille-de-Brebisson please don't double post.
  • Offline-installer 'make install' equivalent?

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    jsulmJ
    @Tom-asso There is no need to distribute or download Qt sources to build your application. You can ask your users to download the same Qt version (SDK, not source code) you used to build the application. What Qt did you actualy use to build your app and how did you install it?
  • Error building QT5.14.2 mingw-x64 gcc 9.3.0

    Unsolved
    2
    0 Votes
    2 Posts
    416 Views
    jsulmJ
    @txCodeMonkey said in Error building QT5.14.2 mingw-x64 gcc 9.3.0: why is it building moc? Because you activated gui/widgets and moc is needed to use these modules.
  • Running test project with conan Qt project

    Unsolved
    2
    0 Votes
    2 Posts
    528 Views
    S
    Resolved by setting plugin path.
  • Qt 5.11.1 Not Found

    Solved
    3
    0 Votes
    3 Posts
    283 Views
    xr4zz3rsX
    Thanks @sierdzio solved thread!
  • Dead keys don't work with static Qt

    Unsolved
    2
    0 Votes
    2 Posts
    322 Views
    l3u_L
    I just found another thing: If build the shared version of Qt using the exact same configure statement as above, the dead keys work. What's going on there?!
  • How to install Qt Maintenance Tool on macOS using HomeBrew

    Unsolved macos maintenancetool homebrew install
    7
    0 Votes
    7 Posts
    5k Views
    SGaistS
    @fsfarimani no I have not checked each and every package. Also, not every package starting with qt has something to do with that framework. For example qtfaststart is a video related package. If you want more information about the packages provided by brew, you should contact their maintainers. The Qt Project does not handle them.
  • 0 Votes
    1 Posts
    651 Views
    No one has replied
  • Can't Launch Designer w/ Anaconda 3

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    SGaistS
    Did you install something new ? Got your PATH modified ?