Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved JIT is disabled for QML on Raspberry pi 3

    General and Desktop
    2
    7
    4404
    Loading More Posts
    • 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
      mrtglr33 last edited by 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 ?

      beecksche 1 Reply Last reply Reply Quote 0
      • beecksche
        beecksche @mrtglr33 last edited by beecksche

        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 Reply Quote 0
        • M
          mrtglr33 last edited by

          I added this but my problem didn't solve

          1 Reply Last reply Reply Quote 0
          • beecksche
            beecksche last edited by beecksche

            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 Reply Quote 0
            • M
              mrtglr33 last edited by

              I am using QT 5.6.2

              1 Reply Last reply Reply Quote 0
              • beecksche
                beecksche last edited by

                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 Reply Quote 0
                • M
                  mrtglr33 last edited by mrtglr33

                  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 Reply Quote 0
                  • First post
                    Last post