Skip to content
  • 0 Votes
    6 Posts
    622 Views
    Ronel_qtmasterR

    @Rohith Hi. To have cmake to work for your project in this case , just unset the command CMAKE_PROJECT_INCLUDE_BEFORE and try again.
    For visual studio Kit, just install microsoft visual studio 2019 build tools.
    Hope it helps

  • 0 Votes
    5 Posts
    1k Views
    M

    @JKSH
    Thanks a lot! I really appreciate it!

  • 0 Votes
    9 Posts
    3k Views
    M

    @MrPotato On the arch wiki I'm told to build:

    android-armv7a-eabi-qt5AUR - armeabi-v7a android-aarch64-qt5AUR - aarch64 android-x86-qt5AUR - x86 android-x86-64-qt5AUR - x86_64

    from the AUR. But apparently the packages have been dropped. From the maintainer:

    I'll drop this package, I been thinking and there are a lot of strong reasons not to waste any time maintaining it.
    KDE doesn't provide an easy way to download the entire Qt source code in a single package, like in the official Qt releases.
    Also, KDE doesn't provides tagged versions, I've to keep tracking manually the latest commits, or converting it to a git package.
    It will require to split this package into 47x4 packages, 47 Qt modules and 4 architectures to maintain, that's 188 packages to maintain, absurd!
    Cloning a git repository is slower than just downloading a source package file, making the build even much slower and painful.
    Is a lot of work for something that will be dead in 1 year or 2 at most.
    Good luck to the one that will step up to take care of this monstrosity, to the rest of developers, don't be lazy and consider switching to Qt6.

    Which leaves me with the only alternative being to use the Qt Online Installer. I guess this must be the only option. Which is a bummer, because now I'll have duplicate packages on my system.

  • 0 Votes
    4 Posts
    521 Views
    Pablo J. RoginaP

    @SergeyK12 said in Qt creator console project isnt worked in release mode, but worked in debug!:

    And everything worked!

    Glad you found out. Please don't forget to mark your post as solved!

  • 0 Votes
    13 Posts
    3k Views
    G

    https://bugreports.qt.io/browse/QTBUG-87735
    bug fixed)
    Fix Version/s: 6.0.0 RC

  • 0 Votes
    6 Posts
    3k Views
    M

    @jsulm Thank you! That seems to have resolved my problem.