Results 1 to 2 of 2

Thread: how to make tarrball from qt ?

  1. #1
    Join Date
    Nov 2011
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default how to make tarrball from qt ?

    I use linux , and most of the application comes in tarball like package.tar.gz,how to make these compressed package from qt ??

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: how to make tarrball from qt ?

    You could use zlib and libtar (or something similar) to handle the data in-program or, because you are on Linux, use QProcess to execute the standard tar/gzip utilities. The TAR file format is quite simple, so you could write your own TAR handler in conjunction with zlib (or the qUncompress() function with some fiddling). Other compression options will require other libraries.

Similar Threads

  1. Replies: 6
    Last Post: 10th March 2011, 16:42
  2. Replies: 1
    Last Post: 5th March 2011, 18:23
  3. Replies: 1
    Last Post: 15th December 2010, 13:20
  4. Cant find make command: mingw32-make.exe
    By Nadia in forum Installation and Deployment
    Replies: 1
    Last Post: 26th August 2009, 09:09
  5. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.