aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/qt.pro
blob: 6d8b7fdb6a2ca58cb03e10547988aad6ea743098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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)