summaryrefslogtreecommitdiffstats
path: root/src/qt5.mk
blob: d8389ed8abd4b7245596af10ac656d72d72591eb (plain)
1
2
3
4
5
6
7
8
9
# This file is part of MXE.
# See index.html for further information.

PKG             := qt5
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_DEPS     := $(patsubst $(TOP_DIR)/src/%.mk,%,\
                        $(shell grep -l 'DEPS.*qtbase' \
                                $(TOP_DIR)/src/qt*.mk \
                                --exclude '$(TOP_DIR)/src/qt5.mk'))