diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-09-23 04:53:47 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-09-23 04:53:47 (GMT) |
commit | 8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3 (patch) | |
tree | 0070dc54f8abd3794a70887703ff74a93300b0f7 /src/qtsystems.mk | |
parent | 66f96745cf85bca5507995e773fc5f9f53d5c9d9 (diff) | |
download | mxe-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/qtsystems.mk')
-rw-r--r-- | src/qtsystems.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qtsystems.mk b/src/qtsystems.mk index 163ac16..30b7964 100644 --- a/src/qtsystems.mk +++ b/src/qtsystems.mk @@ -19,6 +19,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 := |