summaryrefslogtreecommitdiffstats
path: root/plugins/examples/qt5-freeze/qt5.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/examples/qt5-freeze/qt5.mk')
-rw-r--r--plugins/examples/qt5-freeze/qt5.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/examples/qt5-freeze/qt5.mk b/plugins/examples/qt5-freeze/qt5.mk
new file mode 100644
index 0000000..deef457
--- /dev/null
+++ b/plugins/examples/qt5-freeze/qt5.mk
@@ -0,0 +1,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'))