mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-29 13:23:03 -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
|
|
@ -16,6 +16,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
EQL::ini(argv); // best initialized here
|
||||
|
||||
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts); // for Qt WebEngine
|
||||
QApplication qapp(argc, argv);
|
||||
QStringList args(QCoreApplication::arguments());
|
||||
if(args.contains("-h") || (args.contains("--help"))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue