Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Some problems with Qt 5.12.3

Some problems with Qt 5.12.3

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 1 Posters 360 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.
  • U Offline
    U Offline
    umitech
    wrote on last edited by umitech
    #1

    hi
    I can compile my code in Qt 5.11.3 without any problem but with 5.12.3 some problems occur.

    At first I had a problem with assert.h header file which compiler couldn't find. I did a workaround and included the include path from sysroot of the ndk in my .pro file. I'm sure that it's not the solution but it passed.
    After that the linker shows this error:

    error: undefined reference to 'QRemoteObjectHost::QRemoteObjectHost(QUrl const&, QUrl const&, QRemoteObjectHostBase::AllowedSchemas, QObject*)'

    It seems that it can't find the lib of the remoteobjects. May be I can find a workaround for this one too but I'm sure something wrong is there. Because I didn't have these problem since 5.9

    OS: windows 10
    NDK: r18
    Tarket SDK: API 28

    1 Reply Last reply
    0
    • U Offline
      U Offline
      umitech
      wrote on last edited by
      #2

      With commenting the remoteobjects I could build the project but this time have a runtime error:

      E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libgnustl_shared.so" not found

      What's going on here?

      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