Go to file
Thiago Macieira bb3d51ded0 Update the git-archive export options
The .gitattributes and .gitignore files do not need to be present in
packaged sources, as they are for people using the Git repository.
People who download tarballs usually don't reimport into Git -- they
should just download the actual repositories.

Meanwhile, the .tag file is quite useful. Instead of making Git extract
to the useless SHA-1 of the $n string, ask git-archive to store
the SHA-1 of the commit being packaged.

Change-Id: Id5a9cf70038f4feac1c1be78389f9a34973116c8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-09-03 19:52:27 +02:00
examples Fix tests & examples for module build 2012-04-20 12:18:22 +02:00
modules Add sync.profile and qt_ftp.pri files 2012-04-20 12:17:56 +02:00
src Set the Qt API level to compatibility mode in all tests. 2012-08-01 22:28:09 +02:00
tests Set the Qt API level to compatibility mode in all tests. 2012-08-01 22:28:09 +02:00
.gitattributes Update the git-archive export options 2012-09-03 19:52:27 +02:00
.gitignore Add pro file structure 2012-04-20 12:18:07 +02:00
.tag Update the git-archive export options 2012-09-03 19:52:27 +02:00
LGPL_EXCEPTION.txt Copy license files from Qt base 2012-04-20 12:17:51 +02:00
LICENSE.FDL Copy license files from Qt base 2012-04-20 12:17:51 +02:00
LICENSE.LGPL Copy license files from Qt base 2012-04-20 12:17:51 +02:00
LICENSE.PREVIEW.COMMERCIAL Copy license files from Qt base 2012-04-20 12:17:51 +02:00
qtftp.pro Add pro file structure 2012-04-20 12:18:07 +02:00
readme.txt add .gitignore and readme files 2012-04-20 12:17:19 +02:00
sync.profile Add sync.profile and qt_ftp.pri files 2012-04-20 12:17:56 +02:00

readme.txt

This repository contains deprecated APIs which have been removed from Qt

Applications are recommended to port to the supported APIs.
However as some features are lost, these APIs are provided as standalone
source code for applications that require removed features.