Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KDABLabs/Qt4to5
https://github.com/KDABLabs/Qt4to5
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/KDABLabs/Qt4to5
- Owner: KDABLabs
- Archived: true
- Created: 2012-06-15T11:31:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T13:08:34.000Z (about 3 years ago)
- Last Synced: 2024-08-05T10:18:04.235Z (5 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 39
- Watchers: 56
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NOTE: This Project is no longer supported or maintained by KDAB. The code is kept here for historical reasons and the hopes that it proves useful.
### Introduction
This tool ports from Qt 4 to Qt 5.
### Build
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.