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
Forum Updated to NodeBB v4.3 + New Features

Build Issue when migrating from 5.11.2 to 5.15.8

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 422 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 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

    jsulmJ 1 Reply Last reply
    0
    • Y yuva

      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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on 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 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

        Christian EhrlicherC 1 Reply Last reply
        0
        • Y yuva

          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

          Christian EhrlicherC Online
          Christian EhrlicherC Online
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on 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

          • Login

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