Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 659 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 659 Bytes

A simple cef3 client with Qt.

Build

  • Qt 4.8.5
  • CEF 3.1650.1544

You can download CEF3 here: CEF3 Builds.

  • 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