summaryrefslogtreecommitdiffstats
path: root/process
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-04-30 08:31:31 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-05-02 20:02:21 +0200
commit259a919a30cbdf867d7e2fef9c7e0ecf7056661e (patch)
tree2a66215985536c4ff924f5873a329a9ea861c832 /process
parent0a07a8e761ba628095e3301b7d7b671b87e49a0f (diff)
Define blinq_process path at compile time
This way we won't have to define the BLINQ_PROCESS_PATH environment variable except in the case where we want to override that value. Refactored some of the output dir logic in the process
Diffstat (limited to 'process')
-rw-r--r--process/process.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/process/process.pro b/process/process.pro
index efb517a5f..b1b6a2611 100644
--- a/process/process.pro
+++ b/process/process.pro
@@ -3,7 +3,7 @@
# our gypi_gen.prf feature to the CONFIG variable since it is processed backwards
CONFIG = gypi_gen $$CONFIG
-TARGET = blinq_process
+TARGET = $$BLINQ_PROCESS_NAME
TEMPLATE = app
QT -= gui core