summaryrefslogtreecommitdiffstats
path: root/src/qtwebkit.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-23 04:53:47 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-23 04:53:47 (GMT)
commit8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3 (patch)
tree0070dc54f8abd3794a70887703ff74a93300b0f7 /src/qtwebkit.mk
parent66f96745cf85bca5507995e773fc5f9f53d5c9d9 (diff)
downloadmxe-8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3.zip
mxe-8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3.tar.gz
mxe-8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3.tar.bz2
qt5: try to fix CMake files
See #466. This is one of the worst hacks I've ever seen. If there is a way to fix this better, please mention on #466. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/qtwebkit.mk')
-rw-r--r--src/qtwebkit.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qtwebkit.mk b/src/qtwebkit.mk
index 2c92bed..9001702 100644
--- a/src/qtwebkit.mk
+++ b/src/qtwebkit.mk
@@ -20,6 +20,8 @@ define $(PKG)_BUILD_SHARED
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake' FLEX=flex
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
+
+ $(qt5_FIX_CMAKE_FILE)
endef
$(PKG)_BUILD_i686-pc-mingw32 =