mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-11 12:51:25 -08:00
add module :webengine (tested with Qt 5.8)
This commit is contained in:
parent
d961d400f1
commit
64d140c8e3
81 changed files with 8541 additions and 6417 deletions
|
|
@ -18,6 +18,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
EQL::ini(argv);
|
||||
|
||||
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts); // for Qt WebEngine
|
||||
QApplication qapp(argc, argv);
|
||||
|
||||
QTextCodec* utf8 = QTextCodec::codecForName("UTF-8");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue