Skip to content

mllw/qwx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kwx

WeChat KDE frontend using KF5 微信 KDE 前端,使用KF5,基于网页微信协议

images and protocol Copyright (C) by Tencent 图片、协议版权归腾讯 所有!

Build && Install 编译、运行

Dependences for ArchLinux

sudo pacman -S cmake llvm qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects ki18n kdbusaddons kxmlgui kdeclarative 

Dependences for Ubuntu 15.04+

sudo apt-get install qtdeclarative5-dev qt5-default qml-module-qtquick-controls qtdeclarative5-controls-plugin

Build for Static/Sanitizer Analyzing code

mkdir scan-build
cd scan-build
scan-build -k -v -V cmake .. -DCMAKE_INSTALL_PREFIX=/usr    \
    -DCMAKE_CXX_COMPILER=clang++    \
    -DECM_ENABLE_SANITIZERS='address;leak;undefined'    \
    -DCMAKE_BUILD_TYPE=Debug
scan-build -k -v -V make -j 4
lldb ./src/kwx
r

About

WeChat KDE frontend 微信 KDE 前端 http://xiangzhai.github.io/qwx

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 73.7%
  • QML 22.0%
  • CMake 3.9%
  • JavaScript 0.4%