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. Cannot build from source (v5.5.0 tag) - method "setSourceRect" in class "QSGSimpleTextureNode" not found

Cannot build from source (v5.5.0 tag) - method "setSourceRect" in class "QSGSimpleTextureNode" not found

Scheduled Pinned Locked Moved Unsolved General and Desktop
building qt5.5setsourcerect
23 Posts 2 Posters 8.7k 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.
  • S Offline
    S Offline
    SGaist
    Lifetime Qt Champion
    wrote on 16 Dec 2015, 21:13 last edited by
    #21

    You can edit the linux.pri file and remove the test from the ffmpeg line

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    T 1 Reply Last reply 17 Dec 2015, 07:37
    0
    • S SGaist
      16 Dec 2015, 21:13

      You can edit the linux.pri file and remove the test from the ffmpeg line

      T Offline
      T Offline
      Thomas233
      wrote on 17 Dec 2015, 07:37 last edited by
      #22

      @SGaist Hi! Where is the file located exactly? I can only find a "desktop_linux.pri" file in the config-dir but there is no line with ffmpeg and test ?

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Thomas233
        wrote on 17 Dec 2015, 11:12 last edited by
        #23

        Nevermind!

        Finally managed it to get a build with webengine. You have just to execute the "qmake -r WEBENGINE_CONFIG+=use_system_ffmpeg" BEFORE ".configure" then it works :-p

        I`ve deployed the build over to development machine without problems.

        There are now just two compiler errors left which I think can be solved:

        1. libicu18n.so.55 not found (I think i can solve it by installing a icu18n-5 package if there are any?)
        2. Undefined references to dbus: "dbus connection unref" and so on, much more errors referencing to dbus (this is actually coming from webengine)

        How can I make a build which does not use libicu and dbus or at least uses system ones (if that helps in my case) ?

        1 Reply Last reply
        0

        21/23

        16 Dec 2015, 21:13

        • Login

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