Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build Issue when migrating from 5.11.2 to 5.15.8

Build Issue when migrating from 5.11.2 to 5.15.8

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 379 Views
  • 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.
  • Y Offline
    Y Offline
    yuva
    wrote on 15 Mar 2022, 19:48 last edited by
    #1

    Hi,

    I have an Qt Quick application developed and build using Qt 5.11.2, which run's on a RPi 3B+ as a 32-bit application.
    Currently I tried to migrate from Qt 5.11.2 to Qt 5.15.8 and change the project as a 64-bit application.

    Other the few Deprecated Qt functions, I do not expect any changes to the code.
    However I am using a custom Virtual Key board style which gives me an error saying it couldn't find style.cpp file.

    I tried many times, cleaning up the project build directories, re-run qmake and a Rebuild.
    Also tried removing the qml files and adding them back to the project.

    I appreciate your help.

    -Thanks

    J 1 Reply Last reply 16 Mar 2022, 05:23
    0
    • Y yuva
      15 Mar 2022, 19:48

      Hi,

      I have an Qt Quick application developed and build using Qt 5.11.2, which run's on a RPi 3B+ as a 32-bit application.
      Currently I tried to migrate from Qt 5.11.2 to Qt 5.15.8 and change the project as a 64-bit application.

      Other the few Deprecated Qt functions, I do not expect any changes to the code.
      However I am using a custom Virtual Key board style which gives me an error saying it couldn't find style.cpp file.

      I tried many times, cleaning up the project build directories, re-run qmake and a Rebuild.
      Also tried removing the qml files and adding them back to the project.

      I appreciate your help.

      -Thanks

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 16 Mar 2022, 05:23 last edited by
      #2

      @yuva said in Build Issue when migrating from 5.11.2 to 5.15.8:

      style.cpp

      What file is this? Is it your own source file?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Y Offline
        Y Offline
        yuva
        wrote on 16 Mar 2022, 18:42 last edited by
        #3

        I don't own the Style.cpp, assuming it is within Qt that is handled.
        I have a created a custom keyboard layout using the Qt VirtualKeyboard as per the instruction below.
        https://doc.qt.io/qt-5/technical-guide.html#keyboard-styles

        It work when I was building the project using Qt 5.11.2 version.
        Now I have to migrate to Qt 5.15.8

        C 1 Reply Last reply 16 Mar 2022, 18:56
        0
        • Y yuva
          16 Mar 2022, 18:42

          I don't own the Style.cpp, assuming it is within Qt that is handled.
          I have a created a custom keyboard layout using the Qt VirtualKeyboard as per the instruction below.
          https://doc.qt.io/qt-5/technical-guide.html#keyboard-styles

          It work when I was building the project using Qt 5.11.2 version.
          Now I have to migrate to Qt 5.15.8

          C Offline
          C Offline
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on 16 Mar 2022, 18:56 last edited by
          #4

          @yuva said in Build Issue when migrating from 5.11.2 to 5.15.8:

          I don't own the Style.cpp, assuming it is within Qt that is handled.

          You should know what you're compiling - when you compile Qt then it's a Qt source - when you compile your code then it's your fault

          Now I have to migrate to Qt 5.15.8

          Since this is a commercial version you should ask the Qt support.

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          1 Reply Last reply
          1

          3/4

          16 Mar 2022, 18:42

          • Login

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