Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Porting Linux application to windows

Porting Linux application to windows

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 476 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.
  • P Offline
    P Offline
    Pranit Patil
    wrote on 6 Jan 2020, 06:10 last edited by
    #1

    Getting error when im doing Porting Qt Linux application to Windows10.in linux working fine.
    in both using same Qt kit used.

    QT details-
    Windows 10 32 bit
    Qt Creator 3.4.2 (opensource)
    Based on Qt 5.5.0 (MSVC 2013, 32 bit)
    compiler-MinGW 4.9.2 32bit
    Qt version -Qt 5.5.0 MinGW 32bit

    getting following error :fatal error: QX11EmbedContainer: No such file or directory

    Screenshot (3).png

    i tried following things but not working

    1. added QT += widgets in .pro fie

    @Embedded Software Developer
    God has given you one face, and you make yourself another.

    A 1 Reply Last reply 6 Jan 2020, 07:33
    0
    • P Pranit Patil
      6 Jan 2020, 06:10

      Getting error when im doing Porting Qt Linux application to Windows10.in linux working fine.
      in both using same Qt kit used.

      QT details-
      Windows 10 32 bit
      Qt Creator 3.4.2 (opensource)
      Based on Qt 5.5.0 (MSVC 2013, 32 bit)
      compiler-MinGW 4.9.2 32bit
      Qt version -Qt 5.5.0 MinGW 32bit

      getting following error :fatal error: QX11EmbedContainer: No such file or directory

      Screenshot (3).png

      i tried following things but not working

      1. added QT += widgets in .pro fie
      A Offline
      A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 6 Jan 2020, 07:33 last edited by
      #2

      @Pranit-Patil said in Porting Linux application to windows:

      QX11EmbedContainer

      Quoting the docs:

      "XEmbed is an X11 protocol that supports the embedding of a widget from one application into another application."

      X11 is the Linux graphical stack, you cannot use that on any platform other than Linux.

      So you will have to port your app away from that.

      Regards

      Qt has to stay free or it will die.

      1 Reply Last reply
      2
      • P Offline
        P Offline
        Pranit Patil
        wrote on 6 Jan 2020, 08:41 last edited by
        #3

        OK
        THANK YOU

        @Embedded Software Developer
        God has given you one face, and you make yourself another.

        1 Reply Last reply
        1

        1/3

        6 Jan 2020, 06:10

        • Login

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