mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
17 lines
340 B
Prolog
17 lines
340 B
Prolog
|
# Create the super cache so modules will add themselves to it.
|
||
|
cache(, super)
|
||
|
|
||
|
!QTDIR_build: cache(CONFIG, add, $$list(QTDIR_build))
|
||
|
|
||
|
prl = no_install_prl
|
||
|
CONFIG += $$prl
|
||
|
cache(CONFIG, add stash, prl)
|
||
|
|
||
|
TEMPLATE = subdirs
|
||
|
SUBDIRS = qtbase qttools qttranslations
|
||
|
|
||
|
qttools.depends = qtbase
|
||
|
qttranslations.depends = qttools
|
||
|
|
||
|
load(qt_configure)
|