feather/contrib/depends/patches/native_qmake/qt.pro

20 lines
436 B
Prolog
Raw Normal View History

2022-06-02 12:50:33 +00:00
# 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)