# qwx **Repository Path**: mll/qwx ## Basic Information - **Project Name**: qwx - **Description**: WeChat KDE frontend 微信 KDE 前端 http://xiangzhai.github.io/qwx - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README kwx --- WeChat KDE frontend using KF5 微信 KDE 前端,使用[KF5](https://en.wikipedia.org/wiki/KDE_Frameworks_5),基于[网页微信协议](https://github.com/Urinx/WeixinBot/blob/master/README.md) images and protocol ***Copyright (C) by [Tencent](http://weixin.qq.com/)*** 图片、协议***版权归[腾讯](http://weixin.qq.com/) 所有!*** ## 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 ```