# qtcefclient **Repository Path**: yzytom/qtcefclient ## Basic Information - **Project Name**: qtcefclient - **Description**: A simple cef3 client with Qt. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-07-30 - **Last Updated**: 2021-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A simple cef3 client with Qt. ![](https://github.com/joinAero/qtcefclient/blob/master/qcef3_1650.png?raw=true) Build ----- * Qt 4.8.5 * CEF 3.1650.1544 You can download CEF3 here: [CEF3 Builds](http://cefbuilds.com/). * Extract the following and copy to `qcef3_1650/`. ``` Debug/ Release/ include/ Resources/ libcef_dll/ ``` * Add environment variable: `QT_HOME`. * Open `qcef3_1650/qcef3_1650.sln`, then build. (VS 2010) Project ------- * cefclient - the main cef3 client project * cefclient_process - a separate sub-process executable project - `SUB_PROCESS_DISABLED` option in `cefclient.cpp` * libcef_dll - cef3's c++ wrapper