summaryrefslogtreecommitdiffstats
path: root/shared/shared.pro
diff options
context:
space:
mode:
Diffstat (limited to 'shared/shared.pro')
-rw-r--r--shared/shared.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/shared.pro b/shared/shared.pro
index 0fb50e94c..33c5d4051 100644
--- a/shared/shared.pro
+++ b/shared/shared.pro
@@ -2,18 +2,18 @@
# 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
-GYPINCLUDES += ../blinq.gypi
+GYPINCLUDES += ../qtwebengine.gypi
TEMPLATE = lib
CONFIG += static
-TARGET = blinq_shared
+TARGET = qtwebengine_shared
# Defining keywords such as 'signal' clashes with the chromium code base.
DEFINES += QT_NO_KEYWORDS
# We need a way to tap into gyp´s Debug vs. Release configuration
-PER_CONFIG_DEFINES = BLINQ_PROCESS_PATH=\\\"$$getOutDir()/%config/$$BLINQ_PROCESS_NAME\\\"
+PER_CONFIG_DEFINES = QTWEBENGINEPROCESS_PATH=\\\"$$getOutDir()/%config/$$QTWEBENGINEPROCESS_NAME\\\"
# Keep Skia happy
CONFIG(release, debug|release): DEFINES += NDEBUG