summaryrefslogtreecommitdiffstats
path: root/src/qtconnectivity.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/qtconnectivity.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/qtconnectivity.mk')
-rw-r--r--src/qtconnectivity.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qtconnectivity.mk b/src/qtconnectivity.mk
index d070229..3cca1be 100644
--- a/src/qtconnectivity.mk
+++ b/src/qtconnectivity.mk
@@ -18,6 +18,8 @@ define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
+
+ $(qt5_FIX_CMAKE_FILE)
endef
$(PKG)_BUILD_i686-pc-mingw32 :=