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
QtWS25 Last Chance

JIT is disabled for QML on Raspberry pi 3

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 2 Posters 4.8k 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.
  • M Offline
    M Offline
    mrtglr33
    wrote on 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 ?

    beeckscheB 1 Reply Last reply
    0
    • M mrtglr33

      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 ?

      beeckscheB Offline
      beeckscheB Offline
      beecksche
      wrote on 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 last edited by
        #3

        I added this but my problem didn't solve

        1 Reply Last reply
        0
        • beeckscheB Offline
          beeckscheB Offline
          beecksche
          wrote on 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 last edited by
            #5

            I am using QT 5.6.2

            1 Reply Last reply
            0
            • beeckscheB Offline
              beeckscheB Offline
              beecksche
              wrote on 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 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

                • Login

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