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. How to deploy QtWidgets applications?

How to deploy QtWidgets applications?

Scheduled Pinned Locked Moved Unsolved General and Desktop
cross-compileubuntu
4 Posts 3 Posters 2.6k 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.
  • ZenitFan219Z Offline
    ZenitFan219Z Offline
    ZenitFan219
    wrote on last edited by
    #1

    How to deploy my QtWidgets apllications if:
    0) I built Qt libs with cross-compiller (x86_64-w64-mingw32), including "windeployqt"

    1. I use OS Ubuntu 16.04 LTS

    Remarks:
    0. I have no errors on building projects.

    1. I have errors on deploying.

    Question:
    How to use "windeployqt" on Ubuntu?
    Output:
    Unable to find dependent libraries of /correct/path/to/file.exe :Not implemented.

    RatzzR kshegunovK 2 Replies Last reply
    1
    • ZenitFan219Z ZenitFan219

      How to deploy my QtWidgets apllications if:
      0) I built Qt libs with cross-compiller (x86_64-w64-mingw32), including "windeployqt"

      1. I use OS Ubuntu 16.04 LTS

      Remarks:
      0. I have no errors on building projects.

      1. I have errors on deploying.

      Question:
      How to use "windeployqt" on Ubuntu?
      Output:
      Unable to find dependent libraries of /correct/path/to/file.exe :Not implemented.

      RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by
      #2

      @ZenitFan219 said:

      windeployqt is Windows Deployment Tool http://doc.qt.io/qt-5/windows-deployment.html

      How to use "windeployqt" on Ubuntu?

      Refer this http://doc.qt.io/qt-5/linux-deployment.html

      --Alles ist gut.

      ZenitFan219Z 1 Reply Last reply
      1
      • RatzzR Ratzz

        @ZenitFan219 said:

        windeployqt is Windows Deployment Tool http://doc.qt.io/qt-5/windows-deployment.html

        How to use "windeployqt" on Ubuntu?

        Refer this http://doc.qt.io/qt-5/linux-deployment.html

        ZenitFan219Z Offline
        ZenitFan219Z Offline
        ZenitFan219
        wrote on last edited by
        #3

        @Ratzz

        I know that windeployqt is Windows Deployment Tool.
        I built Qt on Ubuntu. Ubuntu == host. Windows == target platform. On Ubuntu windeployqt was built how app for linux for Windows Deploying.

        screenshot

        If it was easy, I did not ask this question.

        1 Reply Last reply
        0
        • ZenitFan219Z ZenitFan219

          How to deploy my QtWidgets apllications if:
          0) I built Qt libs with cross-compiller (x86_64-w64-mingw32), including "windeployqt"

          1. I use OS Ubuntu 16.04 LTS

          Remarks:
          0. I have no errors on building projects.

          1. I have errors on deploying.

          Question:
          How to use "windeployqt" on Ubuntu?
          Output:
          Unable to find dependent libraries of /correct/path/to/file.exe :Not implemented.

          kshegunovK Offline
          kshegunovK Offline
          kshegunov
          Moderators
          wrote on last edited by
          #4

          @ZenitFan219

          How to use "windeployqt" on Ubuntu?

          You have two options:

          • You pack what's needed by hand and don't use the deployment tool at all.
          • You try to run the said tool through wine, which may or may not work.

          Cheers!

          Read and abide by the Qt Code of Conduct

          1 Reply Last reply
          1

          • Login

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