From c373b6ca6c3bc2597a54cecffd409ea84798905f Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Mon, 10 Jun 2013 16:51:06 +0200 Subject: 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. --- process/process.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'process') 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 -- cgit v1.2.3