pkgsrc-ng/x11/qt5-qtdeclarative/patches/patch-src_qmldevtools_qmldevtools.pro
2016-10-14 07:49:11 +02:00

18 lines
575 B
INI

$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