Skip to content

LDZ2012/Qt4to5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This tool ports from Qt 4 to Qt 5.

To build it:

  git clone http://llvm.org/git/llvm.git
  cd llvm/tools
  svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
  cd clang/tools
  git clone https://github.com/KDAB/Qt4to5 qt4to5
  echo "add_subdirectory(qt4to5)" >> CMakeLists.txt
  cd ../../../ # Back down to the llvm checkout
  mkdir build && cd build
  cmake .. -DCLANG_BUILD_EXAMPLES=True

To run it, edit and run the portqt4to5.py script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.2%
  • Python 21.3%
  • CMake 0.5%