diff options
author | Jocelyn Turcotte <jocelyn.turcotte@digia.com> | 2013-11-20 15:15:32 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-21 13:21:12 +0100 |
commit | 4874b4c0cff423aae073d8bf15d726cbb92061e4 (patch) | |
tree | 0274ef1c7e7235ddd323ceaa907082b2f3db5c61 /qtwebengine.gyp | |
parent | f56da89e1f8091843c43db278d97750e1ecc405b (diff) | |
download | qtwebengine-4874b4c0cff423aae073d8bf15d726cbb92061e4.tar.gz |
Make QtWebEngineProcess a slim executable.
Move all the process code in the core library and let the later simply
call its QtWebEngine::processMain exported function from its main.
This also allows us building QtWebEngineProcess directly with qmake
without going through gyp.
Change-Id: I8df36510d0bf14e313918bef807e2118f1ecadd5
Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'qtwebengine.gyp')
-rw-r--r-- | qtwebengine.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qtwebengine.gyp b/qtwebengine.gyp index a511da461..f7cabf26a 100644 --- a/qtwebengine.gyp +++ b/qtwebengine.gyp @@ -5,7 +5,6 @@ 'type': 'none', 'dependencies': [ 'shared/shared.gyp:*', - 'process/process.gyp:*', 'lib/lib.gyp:*', ], } |