From 37fee9b2aa154ce1eb4b4ec7c3b8e89c6037a737 Mon Sep 17 00:00:00 2001 From: Paul Knopf Date: Sat, 4 Aug 2018 14:52:47 -0400 Subject: [PATCH] Minor changes to make the installation more portable in cross-compilation environments. --- src/native/QmlNet/QmlNet.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/QmlNet/QmlNet.pro b/src/native/QmlNet/QmlNet.pro index ecf006f2..70156afb 100644 --- a/src/native/QmlNet/QmlNet.pro +++ b/src/native/QmlNet/QmlNet.pro @@ -17,7 +17,7 @@ DEFINES += QT_DEPRECATED_WARNINGS include(QmlNet.pri) -target.path = $$(PREFIX) +target.path = $$(PREFIX)/ INSTALLS += target CONFIG(install-qt-libs) {