summaryrefslogtreecommitdiffstats
path: root/src/qca.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2020-03-31 19:41:34 (GMT)
committerMark Brand <mabrand@mabrand.nl>2020-03-31 20:54:24 (GMT)
commitfe34c8f8488d49604bd8879b9e3bd0bd209cf6e1 (patch)
tree74c98d9f35211f66e9955e6bc21debe10550ce07 /src/qca.mk
parent169c1da1e70307258cf763cd41f50a18071587c2 (diff)
downloadmxe-fe34c8f8488d49604bd8879b9e3bd0bd209cf6e1.zip
mxe-fe34c8f8488d49604bd8879b9e3bd0bd209cf6e1.tar.gz
mxe-fe34c8f8488d49604bd8879b9e3bd0bd209cf6e1.tar.bz2
qt5: update to 5.14.2
Diffstat (limited to 'src/qca.mk')
-rw-r--r--src/qca.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qca.mk b/src/qca.mk
index 53d472a..d106328 100644
--- a/src/qca.mk
+++ b/src/qca.mk
@@ -26,7 +26,7 @@ define $(PKG)_BUILD
'greaterThan(QT_GCC_MAJOR_VERSION, 8): QMAKE_CXXFLAGS_WARN_ON += -Wno-deprecated-copy' \
'$(PWD)/src/qca-test.pro'
$(MAKE) -C '$(BUILD_DIR).test-qmake' -j 1
- $(INSTALL) -m755 '$(BUILD_DIR).test-qmake/test-qca-qmake.exe' '$(PREFIX)/$(TARGET)/bin/'
+ $(INSTALL) -m755 '$(BUILD_DIR).test-qmake/$(BUILD_TYPE)/test-qca-qmake.exe' '$(PREFIX)/$(TARGET)/bin/'
# build test as cmake project
mkdir '$(BUILD_DIR).test-cmake'