bitcoin/depends/patches/qt/qt.pro
Luke Dashjr 9b52dfab2f Add QtWinExtras optional dependency
Co-authored-by: Chun Kuan Lee <ken2812221@gmail.com>
2025-02-21 16:39:15 +00:00

18 lines
381 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 qtwinextras
qttools.depends = qtbase
qttranslations.depends = qttools
qtwinextras.depends = qtbase
load(qt_configure)