mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-05 16:06:31 +08:00
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: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
4
qt.pro
4
qt.pro
@@ -1,5 +1,7 @@
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user