GithubHelp home page GithubHelp logo

tempbottle / qcefview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tishion/qcefview

0.0 2.0 0.0 238.96 MB

This project encapsulates the CEF into one QWidget named QCefView.

Home Page: https://tishion.github.io/QCefView

License: GNU Lesser General Public License v3.0

C++ 64.19% C 35.62% HTML 0.18%

qcefview's Introduction

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:
  1. 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)

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

  3. build QCefView solution and you will get the QCefViewSDK

Some frequent questions on building this project

I need to say, I don't provide binary distribution of this projects becasue there are so many different version CEF and Qt, I can not guarantee one binary copy will meet many developers requirement. You must know this project is just a code level framework to demonstrate how to integrate Qt and CEF, how to design and implement a mechanism to support the communication between Javascript and C++ code.

Then how to choose the build tools and version:

No matter what version VS you want to use you have to build the libcef_dll_wrapper(in CEF) with the VS you chosen.

Let's say: If I want to use Qt 5.7 and VS 2015 then

  1. you need to download Qt 5.7 SDK for VS 2015 and install it
  2. you need to build the libcef_dll_warpper with VS 2015 you can do 2 first and then 1, the order donesn't matter.

qcefview's People

Contributors

lgxzj avatar tishion avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.