openbsd-ports/x11/qwt/patches/patch-designer_designer_pro

13 lines
444 B
Plaintext
Raw Normal View History

$OpenBSD: patch-designer_designer_pro,v 1.1.1.1 2007/09/14 01:19:24 merdely Exp $
--- designer/designer.pro.orig Wed Sep 5 00:44:17 2007
+++ designer/designer.pro Wed Sep 5 00:44:32 2007
@@ -92,7 +92,7 @@ contains(CONFIG, QwtDesigner) {
RESOURCES += \
qwt_designer_plugin.qrc
- target.path = $$[QT_INSTALL_PLUGINS]/designer
+ target.path = !!QTDIR!!/plugins/designer
INSTALLS += target
}