summaryrefslogtreecommitdiffstats
path: root/plugins/examples/qt5-freeze/qt5.mk
blob: deef4577e87798b7244c6fb30478ebf04baa8a5d (plain)
1
2
3
4
5
6
7
8
9
10
# This file is part of MXE. See LICENSE.md for licensing information.

PKG             := qt5
$(PKG)_WEBSITE  := http://qt-project.org/
$(PKG)_DESCR    := Qt
$(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'))