mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
16 lines
645 B
INI
16 lines
645 B
INI
$NetBSD: patch-qtdeclarative_examples_quick_customitems_painteditem_painteditem.pro,v 1.1 2013/12/13 14:38:35 ryoon Exp $
|
|
|
|
* Avoid conflict between "cp -R" and "libtool --mode=install"
|
|
|
|
--- qtdeclarative/examples/quick/customitems/painteditem/painteditem.pro.orig 2013-11-27 01:01:54.000000000 +0000
|
|
+++ qtdeclarative/examples/quick/customitems/painteditem/painteditem.pro
|
|
@@ -11,7 +11,7 @@ SOURCES += textballoon.cpp
|
|
|
|
RESOURCES += painteditem.qrc
|
|
|
|
-DESTDIR = TextBalloonPlugin
|
|
+DESTDIR = TextBalloonPlugin_DEST
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/TextBalloonPlugin
|
|
qmldir.files = TextBalloonPlugin/qmldir
|