mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
13 lines
272 B
Prolog
13 lines
272 B
Prolog
|
# Create the super cache so modules will add themselves to it.
|
||
|
cache(, super)
|
||
|
|
||
|
!QTDIR_build: cache(CONFIG, add, $$list(QTDIR_build))
|
||
|
|
||
|
TEMPLATE = subdirs
|
||
|
SUBDIRS = qtbase qttools qttranslations
|
||
|
|
||
|
qttools.depends = qtbase
|
||
|
qttranslations.depends = qttools
|
||
|
|
||
|
load(qt_configure)
|