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
    5 Posts
    801 Views
    M
    I have followed this procedure, however, i get the same error. I dont know but may be the problem in the car driving simulator software i am using. Do you have any alternative solutions? Thanks for your help and time.
  • Could not determine target Architecture

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    C
    Hi, Can any guide me on this
  • Generating debug symbols (pdb) for release

    Unsolved
    10
    0 Votes
    10 Posts
    12k Views
    raven-worxR
    @jay_s said in Generating debug symbols (pdb) for release: So I did a 'jom clean' and reconfigure without that option just a hint: if you the configuration changes you should execute the dist-clean make target. But once again, only the debug DLL pdbs are generated in qtbase/lib Why do you need pdb files for the executables? Beside that you can also specifiy MSVC linker options via an environment variable (similar for the compiler).
  • Deploy shared library to raspberry

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    D
    Hello, thank you to all. Now it works as I wanted. Davidino
  • Impossible install Qt on my PC

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    Pablo J. RoginaP
    @JamesTiberiusKirk if your issue is solved, please don't forget to mark your post as such. Thanks.
  • Problem application manager and neptune-ui example

    Unsolved
    3
    0 Votes
    3 Posts
    756 Views
    D
    @jsulm I'm working as root because if I do not I have this warning : "For the installer to work correctly, the executable needs to be run either as root via sudo or SUID (preferred)". [image: 6047bf59-c7b5-4540-a40e-228cf727b568.png] I'm new in Qt world, maybe I missed something obvious.
  • Is there any way to solve this?

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    sierdzioS
    @MhM93 said in Is there any way to solve this?: I have friendlyARM board. it based on ubuntu. root@NanoPi2-Fire:~# uname -a Linux NanoPi2-Fire 3.4.39-s5p4418 #1 SMP PREEMPT Mon Oct 16 11:23:56 HKT 2017 armv7l armv7l armv7l GNU/Linux the latest qt for this I used is Qt4.8.6 and mach with that compiler(arm-cortex9-linux-gnueabi-4.9.3) I should download qt5.10 source code and compile it with this compiler? OK, I've never used that board. If Qt 4.8.6 is not enough for you (understandable, as that is extremely old) then yes, download Qt 5.10 and cross-compile. The guide I posted above should help (but it probably won't work without some tweaks).
  • no examples in Linux Mint 18

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    jsulmJ
    @exit8 said in no examples in Linux Mint 18: kept clicking Next When installing something you should not just click Next all the time without checking what you're actually doing. No need for offline installer, simply use online installer and make sure you selected a Qt version to install. The installer can't know what you want to install, it is your job to tell it what you want.
  • qt related dev packages and lib packages in Kubuntu 18.04

    Unsolved
    2
    0 Votes
    2 Posts
    459 Views
    SGaistS
    Hi, It depends on what module you need for your development. However a quick search in https://packages.ubuntu.com with Qt dev as key words should give you some ideas about what is available.
  • The last Update broke Qt Creator

    Solved
    3
    0 Votes
    3 Posts
    692 Views
    A
    I tried the maintenance tool but it didn't work, i think i have to reinstall Qt Creator. I didn't know about the tool, i learn something at least, thanks for your Help. Aloïs
  • How to step into qt5.95 source code with VS2015

    Unsolved vs2015 qt5.9.5
    1
    0 Votes
    1 Posts
    344 Views
    No one has replied
  • Online installer interrupts

    Unsolved
    3
    0 Votes
    3 Posts
    705 Views
    E
    Based on my own experience, you might as well use the offline installer. You still have to download.
  • Cyrillic characters displaying as garbage in compiler log

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    aha_1980A
    @BeefTaco, I just remembered that there is another patch in the pipeline: https://codereview.qt-project.org/#/c/227744 I'd recommend you to try a snapshot one day after this patch has been merged. If your problem then still exists, you should create a new bug report.
  • Deployment on Windows will not run, no error, no idea, help!?!

    Solved
    13
    0 Votes
    13 Posts
    5k Views
    SGaistS
    Thanks !
  • QT 5.9.4 MSVC2015 32 bit has configuration issue.

    Unsolved
    8
    0 Votes
    8 Posts
    9k Views
    SGaistS
    From the looks of it, you are trying to using the amd64 compiler which means 64bit compiler with a 32bit Qt build. That's the problem, check your kit and select the x86 compiler.
  • Qt Installer Framework: component scripting problem

    Unsolved
    1
    0 Votes
    1 Posts
    353 Views
    No one has replied
  • 0 Votes
    2 Posts
    796 Views
    J
    @joonas Maybe someone with App Store upload experience can help me to get going. All suggestions are welcome!
  • PySide2: Wheel is not a supported wheel on this platform.

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, Looks like you are trying to run a Python 3.6 wheel with Python 3.5. That might be something to check against.
  • Qt5.8.0 MinGW 32bit on Windows: Recipe for target failed

    Unsolved debug error mingw32-make
    3
    0 Votes
    3 Posts
    4k Views
    aha_1980A
    @ksgj Yeah, avoiding whitespaces and special chars in path names makes the developers life easier. So please mark this topic as SOLVED (button Topic Tools below your first post). Thanks
  • Desktop Qt 5.8.0 MinGW 32bit Windows app using ImageMagick libs

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    SGaistS
    That's a sneaky one ! Glad you found out and thanks for sharing !