##// END OF EJS Templates
Start Python 3.x Port...
Start Python 3.x Port The main python interpreter works, BUT: Many tests still fail, Qt integration is broken

File last commit:

r205:706df4355685
r206:316b4928f53f
Show More
PythonQt_Qt_5x.cmake
14 lines | 222 B | text/x-cmake | CMakeLexer
/ cmake / PythonQt_Qt_5x.cmake
Orochimarufan
Redo CMake build system, get Qt5 support...
r205 find_package(Qt5Core REQUIRED)
# aliases
macro(qt_use_modules)
qt5_use_modules(${ARGN})
endmacro()
macro(qt_wrap_cpp)
qt5_wrap_cpp(${ARGN})
endmacro()
macro(qt_add_resources)
qt5_add_resources(${ARGN})
endmacro()