freebsd-ports/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro
Max Brazhnikov 1780acf1bf Split qwt5 port into designer plugin and qwt library.
Designer plugin is not needed for regular users,
while it pulls relatively heavy qt4 components.
2010-07-24 15:59:51 +00:00

11 lines
353 B
INI

--- ./designer/designer.pro.orig 2008-05-01 17:43:56.000000000 +0400
+++ ./designer/designer.pro 2008-05-03 02:21:17.000000000 +0400
@@ -123,7 +123,7 @@
RESOURCES += \
qwt_designer_plugin.qrc
- target.path = $$[QT_INSTALL_PLUGINS]/designer
+ target.path = $$PLUGINDIR/designer
INSTALLS += target
}
}