Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Application won't run after updating from 5.12.8 to 5.12.9
Qt 6.11 is out! See what's new in the release blog

Application won't run after updating from 5.12.8 to 5.12.9

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 438 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • PerdrixP Offline
    PerdrixP Offline
    Perdrix
    wrote on last edited by
    #1

    Application won't run after updating from 5.12.8 to 5.12.9

    8b06e0ba-6f36-4def-893b-f71515115482-image.png

    What's going on?

    David

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, QPushButton::hitButton() is only present starting with Qt 5.15.0, in earlier releases (Qt 5.1 to Qt 5.14.2) Qt instead will use QAbstractButton::hitButton().
      Maybe you've built part of your project with 5.15.0?

      1 Reply Last reply
      4
      • PerdrixP Offline
        PerdrixP Offline
        Perdrix
        wrote on last edited by
        #3

        I didn't think so, but it appears that VS Tools for 2019 shares its settings with VS Tools 2017, so it appears it was building at least partially with 15.5.0.

        Thanks for the assist
        Working now !

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved