summaryrefslogtreecommitdiffstats
path: root/process
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-10 16:51:06 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-10 18:11:18 +0200
commitc373b6ca6c3bc2597a54cecffd409ea84798905f (patch)
tree09f6067d368eeb8223553b3ac4a5254f4ace6547 /process
parent83a2bc6d446387d25fd10164e87627c9d49878eb (diff)
Fix undefined symbols in debug builds.
process uses the same code as lib and decides at runtime which code to run. Fix the debug build by making sure that all infrastructure code is available in both process and lib by building common code not shared directly through chromium sources in a separate static lib.
Diffstat (limited to 'process')
-rw-r--r--process/process.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/process/process.pro b/process/process.pro
index d0b1ab9fe..a49813c89 100644
--- a/process/process.pro
+++ b/process/process.pro
@@ -2,10 +2,11 @@
# 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
TARGET = $$BLINQ_PROCESS_NAME
TEMPLATE = app
-QT -= gui core
+QT += widgets quick
SOURCES = main.cpp