openbsd-ports/x11/qwt/patches/patch-designer_designer_pro
merdely b417d0254a The Qwt library contains GUI Components and utility classes which
are primarily useful for programs with a technical background. Beside
a 2D plot widget it provides scales, sliders, dials, compasses,
thermometers, wheels and knobs to control or display values, arrays,
or ranges of type double.

help and okay steven@
2007-09-14 01:19:24 +00:00

13 lines
444 B
Plaintext

$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
}