summaryrefslogtreecommitdiff
path: root/x11/qt5-qtdeclarative/patches/patch-src_qmldevtools_qmldevtools.pro
blob: ae2b8a5c721fc056ae33a066a0a82a508df7a336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-src_qmldevtools_qmldevtools.pro,v 1.2 2015/10/26 19:03:59 adam Exp $

* Create libQtQmlDevTools.so for qttools.

--- src/qmldevtools/qmldevtools.pro.orig	2015-06-29 20:12:36.000000000 +0000
+++ src/qmldevtools/qmldevtools.pro
@@ -1,7 +1,8 @@
-option(host_build)
 TARGET     = QtQmlDevTools
 QT         = core
-CONFIG += static internal_module qmldevtools_build
+CONFIG += internal_module qmldevtools_build
+target.path = $$[QT_INSTALL_LIBS]
+INSTALLS += target
 
 # Don't use pch because the auto-generated header refers to QtBootstrap,
 # which doesn't exist