mirror of
https://github.com/feather-wallet/feather.git
synced 2024-10-31 09:27:41 +00:00
20 lines
436 B
Prolog
20 lines
436 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
|
||
|
#SUBDIRS = qtbase qttools qttranslations qtsvg qtwebsockets
|
||
|
|
||
|
#qtwebsockets.depends = qtbase
|
||
|
#qtsvg.depends = qtbase
|
||
|
#qttools.depends = qtbase
|
||
|
#qttranslations.depends = qttools
|
||
|
|
||
|
load(qt_configure)
|