Skip to content

Connlaio/QCefView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start with Qt+Cef

checkout the repo and build the solution, you will get QCefView SDK, and then you can deploy it into your development environment.

How to change the CEF version

  1. download cef binary distribution from https://cefbuilds.com

  2. build libcef_dll_wrapper.lib with your platform toolset, remember to use the same configuration of Runtime Library wiht the Qt SDK you are using (Project Properties > C/C++ > Code Generation > Runtime Library)

  3. collect the cef binary files, lib files, inlucde files and resource files into the dep\cef\

  4. build QCefView solution and you will get the QCefViewSDK

About

This project encapsulates the CEF into one QWidget named QCefView.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.3%
  • C 11.5%
  • Other 0.2%