summaryrefslogtreecommitdiffstats
path: root/src/qt5.mk
blob: 3735b2158e7b88fc3952a0ee04e463e0724b5ad2 (plain)
1
2
3
4
5
6
7
8
# This file is part of MXE. See LICENSE.md for licensing information.

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