summaryrefslogtreecommitdiffstats
path: root/tools/qmake/mkspecs/features/default_pre.prf
blob: 8431889233b4622a568330e0c6267d574ad094ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Resolve root directories for sources
QTWEBENGINE_ROOT = $$replace(PWD, /tools/qmake/mkspecs/features$,)

QTWEBENGINEPROCESS_NAME = QtWebEngineProcess

# Location of sync.profile
MODULE_BASE_DIR = $$QTWEBENGINE_ROOT


load(functions)

# Call the original default_pre.
load(default_pre)