From 4ef8f47fc55197fc8b90a1f43f87d8aba5c66ffa Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 11 Jun 2013 16:45:53 +0200 Subject: Rename remaining references of blinq to QtWebEngine. --- process/process.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'process') diff --git a/process/process.pro b/process/process.pro index a49813c89..131fad9e6 100644 --- a/process/process.pro +++ b/process/process.pro @@ -2,9 +2,9 @@ # We want the gyp generation step to happen after all the other config steps. For that we need to prepend # our gyp_generator.prf feature to the CONFIG variable since it is processed backwards CONFIG = gyp_generator $$CONFIG -GYPDEPENDENCIES += ../shared/shared.gyp:blinq_shared +GYPDEPENDENCIES += ../shared/shared.gyp:qtwebengine_shared -TARGET = $$BLINQ_PROCESS_NAME +TARGET = $$QTWEBENGINEPROCESS_NAME TEMPLATE = app QT += widgets quick -- cgit v1.2.3