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. JIT is disabled for QML on Raspberry pi 3
Forum Updated to NodeBB v4.3 + New Features

JIT is disabled for QML on Raspberry pi 3

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 2 Posters 4.8k 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.
  • M Offline
    M Offline
    mrtglr33
    wrote on 20 Jan 2018, 06:51 last edited by mrtglr33
    #1

    Hİ

    This error is coming "JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform." when my application runs for raspberry pi 3 on ubuntu qt creator

    How can I correct this error ?

    B 1 Reply Last reply 21 Jan 2018, 20:14
    0
    • M mrtglr33
      20 Jan 2018, 06:51

      Hİ

      This error is coming "JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform." when my application runs for raspberry pi 3 on ubuntu qt creator

      How can I correct this error ?

      B Offline
      B Offline
      beecksche
      wrote on 21 Jan 2018, 20:14 last edited by beecksche
      #2

      Hi @mrtglr33,
      depending on your used version you may can use the Qt Quick Compiler.

      I haven't tried it by myself, but in general you just need to add

      CONFIG += qtquickcompiler
      

      to your .pro file.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mrtglr33
        wrote on 24 Jan 2018, 06:18 last edited by
        #3

        I added this but my problem didn't solve

        1 Reply Last reply
        0
        • B Offline
          B Offline
          beecksche
          wrote on 24 Jan 2018, 09:54 last edited by beecksche
          #4

          Did you try to add the compiler flags -mthumb and -mthumb-interwork as mentioned in the wiki article?

          QMAKE_CXXFLAGS += -mthumb
          QMAKE_CXXFLAGS += -mthumb-interwork
          

          Which Qt version do you use? And how did you build it?

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mrtglr33
            wrote on 25 Jan 2018, 12:37 last edited by
            #5

            I am using QT 5.6.2

            1 Reply Last reply
            0
            • B Offline
              B Offline
              beecksche
              wrote on 25 Jan 2018, 13:26 last edited by
              #6

              You need to tell us more information about your system, version, etc.
              What did you tried already? Do you compile the application on the Raspberry? Do you use the precompiled binaries? Or did you compiled Qt by yourself? What is the output with the compiler flags?

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mrtglr33
                wrote on 27 Jan 2018, 08:17 last edited by mrtglr33
                #7

                0_1517058774039_Screenshot from 2018-01-27 05-12-22.png

                I am running the application for raspberry pi3 on ubuntu qt creator but It is displaying this screen

                1 Reply Last reply
                0

                5/7

                25 Jan 2018, 12:37

                • Login

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