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. Android porting app X11 functions and variables

Android porting app X11 functions and variables

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 883 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.
  • A Offline
    A Offline
    alan73
    wrote on last edited by
    #1

    Hello!

    I'm trying to port application written with X11 fucntion and variables. For example:
    headers: X11/Xlib.h, X11/Xutil.h;
    functions: XOpenDisplay(), XQueryPointer();
    variables: Display, Window;

    Thus, I get a lot of errors. App is really hard-based on X11.
    Using: Qt 5.2.
    What can you advice? Thanks!

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      Refactor completely your app in order to eliminate any explicit dependencies on X11.

      That's the only way that I know.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alan73
        wrote on last edited by
        #3

        Gianluca, thanks for answering, Now I think this way too :)

        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