summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-20 00:46:15 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-20 00:46:15 (GMT)
commitb502b6cc773cce2ca9f557b2a69e7d144ec93501 (patch)
tree10f087fe366ffa1c5a1adaf645b776ae91eb41d6 /src
parent0b67ffa3ec8dd9c58de1550c5fa22c25387b634e (diff)
downloadmxe-b502b6cc773cce2ca9f557b2a69e7d144ec93501.zip
mxe-b502b6cc773cce2ca9f557b2a69e7d144ec93501.tar.gz
mxe-b502b6cc773cce2ca9f557b2a69e7d144ec93501.tar.bz2
Remove Qt5_DIR definition
It's extraneous, and let's let CMake find that out.
Diffstat (limited to 'src')
-rw-r--r--src/qtbase.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qtbase.mk b/src/qtbase.mk
index a015d38..208f78e 100644
--- a/src/qtbase.mk
+++ b/src/qtbase.mk
@@ -81,8 +81,6 @@ define $(PKG)_BUILD
# setup cmake toolchain
$(SED) -i '/CMAKE_SYSTEM_PREFIX_PATH/d' '$(CMAKE_TOOLCHAIN_FILE)'
echo 'set(CMAKE_SYSTEM_PREFIX_PATH "$(PREFIX)/$(TARGET)/qt5" ${CMAKE_SYSTEM_PREFIX_PATH})' >> '$(CMAKE_TOOLCHAIN_FILE)'
- $(SED) -i '/Qt5_DIR/d' '$(CMAKE_TOOLCHAIN_FILE)'
- echo 'set(Qt5_DIR "$(PREFIX)/$(TARGET)/qt5/lib/cmake/Qt5")' >> '$(CMAKE_TOOLCHAIN_FILE)'
# batch file to run test programs
(printf 'set PATH=..\\lib;..\\qt5\\bin;..\\qt5\\lib;%%PATH%%\r\n'; \