mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
4a5208a81d
This reverts commit 1155978d8f
.
12 lines
272 B
Prolog
12 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)
|