summaryrefslogtreecommitdiffstats
path: root/process/process.pro
blob: 11a7880f2fffecaa5c17c768967f9de8cc73d219 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is a dummy .pro file used to extract some aspects of the used configuration and feed them to gyp
# 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:qtwebengine_shared
GYPINCLUDES += ../qtwebengine.gypi

TARGET = $$QTWEBENGINEPROCESS_NAME
TEMPLATE = app

SOURCES = main.cpp