Commit 31590c0b authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

set QTDIR_build in .qmake.super


this suppresses license checking in default_pre.prf in the super module.
submodules set it via their .qmake.conf's.

Change-Id: Ic3599613140169eeacb48385be8f324c4bef8f1a
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
Showing with 3 additions and 1 deletion
# Create the super cache so modules will add themselves to it.
cache(, super)
# Also suppress the license check on subsequent "visits". The first
# visit will skip it anyway due to not having a compiler set up yet.
cache(CONFIG, add super, $$list(QTDIR_build))
TEMPLATE = subdirs
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment