Skip to content
forked from tishion/QCefView

This project encapsulates the CEF into one QWidget named QCefView.

Notifications You must be signed in to change notification settings

Kuraisu/QCefView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

2. build libcef_dll_wrapper.lib with your platform toolset, remember to use the [Multi-thread DLL(/MD)] & [Multi-thread DLL Debug (/MDd)] Runtime Library

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

4. install and configure Qt development environment

5. 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.4%
  • C 11.4%
  • Other 0.2%