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.
  • Z Offline
    Z Offline
    ZenitFan219
    wrote on 8 Jul 2016, 02:46 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.

    R K 2 Replies Last reply 8 Jul 2016, 04:03
    1
    • Z ZenitFan219
      8 Jul 2016, 02:46

      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.

      R Offline
      R Offline
      Ratzz
      wrote on 8 Jul 2016, 04:03 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.

      Z 1 Reply Last reply 8 Jul 2016, 18:45
      1
      • R Ratzz
        8 Jul 2016, 04:03

        @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

        Z Offline
        Z Offline
        ZenitFan219
        wrote on 8 Jul 2016, 18:45 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
        • Z ZenitFan219
          8 Jul 2016, 02:46

          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.

          K Offline
          K Offline
          kshegunov
          Moderators
          wrote on 8 Jul 2016, 19:19 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

          2/4

          8 Jul 2016, 04:03

          • Login

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