Skip to content

chs2-cisco/qt5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Qt5 for Broadsoft UC One

This repository contains acute patches for the Qt5 needed by UC One. To get started, clone this repository:

git clone [email protected]:Broadsoft/qt5.git

We will use Qt projects init-repository for setting up the submodules. This script should be always run in the branch ucone/dev. The script expects that the remote origin points to official Qt repositories.

Please fix this by:

cd qt5

git remote rename origin mirror
git remote add origin git://code.qt.io/qt/qt5.git

Then run the init-repository script using switch mirror e.g:

perl init-repository --mirror "[email protected]:Broadsoft/"

This will setup the submodule URLs and clone all the submodules. The remote mirror is used as the primary source for clones. If some of the submodules do not exist on the mirror (Broadsoft Qt fork), the init script will automatically fall-back to the official Qt repositories (based on remote origin).

Once you have successfully cloned the submodules, you can proceed to checkout the version branch e.g. for ucone/5.5.1:

git checkout ucone/5.5.1
git submodule update --recursive

Otherwise please refer to the Qt project README

About

No description, website, or topics provided.

Resources

License

Unknown and 4 other licenses found

Licenses found

Unknown
LICENSE.FDL
Unknown
LICENSE.GPLv2
Unknown
LICENSE.GPLv3
Unknown
LICENSE.LGPLv21
Unknown
LICENSE.LGPLv3

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 44.5%
  • C++ 20.3%
  • XSLT 17.3%
  • Java 10.6%
  • Perl 5.5%
  • Prolog 0.6%
  • Other 1.2%