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. Please let me know why?

Please let me know why?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 5 Posters 1.2k Views 1 Watching
  • 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.
  • C Offline
    C Offline
    chenlong12580
    wrote on last edited by
    #1

    does anybody have the same feel,the Qt is very interest and easy to know.But is very hard to deploy the application,becauce the there many lib need to copy and they are very big.why the Qt team do not to slove this problem?

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      There are many libraries and they are big because Qt is a very large and powerful framework.

      The Qt team provides tools to make deployment easier. Search for macdeployqt, windeployqt, and androiddeployqt.

      Another way to quickly find the libraries you need is described here: http://qt-project.org/wiki/Deploy_an_Application_on_Windows

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • S Offline
        S Offline
        stukdev
        wrote on last edited by
        #3

        Its a big framework. A simple gui app need QtCore and QtGui. 10MB in total.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          ankursaxena
          wrote on last edited by
          #4

          Hi,

          I think , you r suggesting that there should be option for creating a setup in which all the dlls and exe files merged . whenever any body want to run application. I should be first of all install in the system as happens in windows.

          then i think such task become more time taking. where as now we just copy some files and paste with the exes . In my opinion, it is easy approach rather than setup concept. that is solved.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Sidii
            wrote on last edited by
            #5

            Dear All,

            Also please not that we need to use the .dlls in release mode. In debug mode the size of dlls is huge.

            I remember that in one of my project i used NSIS script for writing the installer. At that time i used QT 4.73.

            Also in QT 5+ "platforms" folder is mandatory, which is not in case of QT 4+ if we directly copy the exe and supporting libs to another machine.

            Cheers!

            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