Hennadii Stepanov 4a5208a81d
Revert "build, qt: Do not install *.prl files"
This reverts commit 1155978d8f3fcc1cebf357302b933b834f9c9465.
2024-08-16 21:19:10 +01:00

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)