summaryrefslogtreecommitdiffstats
path: root/src/qjson.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-10-18 23:24:22 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-10-18 23:24:22 (GMT)
commit614dad4e29f63c49193ab1043f313f18035c905a (patch)
treea3f0a52087f718b38d58f53546b610baea9952e5 /src/qjson.mk
parente9a53febb8be22c30dab1afb20c27ab9567340d6 (diff)
downloadmxe-614dad4e29f63c49193ab1043f313f18035c905a.zip
mxe-614dad4e29f63c49193ab1043f313f18035c905a.tar.gz
mxe-614dad4e29f63c49193ab1043f313f18035c905a.tar.bz2
set QT_QMAKE_EXECUTABLE in cmake toolchain file
When this is not set, cmake might use the host's qmake. Problem observed bulding package openscenegraph.
Diffstat (limited to 'src/qjson.mk')
-rw-r--r--src/qjson.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qjson.mk b/src/qjson.mk
index dfd8616..9a9c88d 100644
--- a/src/qjson.mk
+++ b/src/qjson.mk
@@ -22,7 +22,6 @@ define $(PKG)_BUILD
mkdir '$(1)/build'
cd '$(1)/build' && cmake .. \
-DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
- -DQT_QMAKE_EXECUTABLE='$(PREFIX)/bin/$(TARGET)-qmake' \
-DCMAKE_BUILD_TYPE=Release \
-DLIBTYPE=STATIC