summaryrefslogtreecommitdiffstats
path: root/process/process.pro
diff options
context:
space:
mode:
Diffstat (limited to 'process/process.pro')
-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