summaryrefslogtreecommitdiffstats
path: root/src/qt5.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-23 16:43:28 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-23 16:43:28 (GMT)
commita108a13fcf5e26d098978e4243ec1b871cccde54 (patch)
treed6105d2fb85f2e2febf27ddab2015fa0b38e31e9 /src/qt5.mk
parent2b66b7c22aa07534933422768693d81651d91bf5 (diff)
downloadmxe-a108a13fcf5e26d098978e4243ec1b871cccde54.zip
mxe-a108a13fcf5e26d098978e4243ec1b871cccde54.tar.gz
mxe-a108a13fcf5e26d098978e4243ec1b871cccde54.tar.bz2
Revert "qt5: try to fix CMake files"
This reverts commit 8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3.
Diffstat (limited to 'src/qt5.mk')
-rw-r--r--src/qt5.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt5.mk b/src/qt5.mk
index c699764..4d001f3 100644
--- a/src/qt5.mk
+++ b/src/qt5.mk
@@ -16,9 +16,3 @@ $(PKG)_DEPS := $(patsubst $(TOP_DIR)/src/%.mk,%,\
define $(PKG)_UPDATE
echo $(qtbase_VERSION)
endef
-
-define $(PKG)_FIX_CMAKE_FILE
- $(if $(BUILD_STATIC), \
- find $(PREFIX)/$(TARGET)/qt5/lib/cmake/ -name '*\.cmake' | \
- xargs $(SED) -i 's!/\(.*\)\.lib!/lib\1\.a!g')
-endef