pkgsrc/x11/qt4-creator/patches/patch-al
drochner 463f5f9e42 add qt4-creator-1.3.1, a QT4 IDE, from fw@submerge.ch per pkgsrc-wip
(just changed the distfile to .tar.gz because the .zip doesn't
extract properly with pkgsrc's unzip)
2010-05-18 19:44:01 +00:00

15 lines
619 B
Text

$NetBSD: patch-al,v 1.1.1.1 2010/05/18 19:44:02 drochner Exp $
--- src/qtcreatorplugin.pri.orig 2010-01-15 17:36:52 +0000
+++ src/qtcreatorplugin.pri
@@ -43,8 +43,8 @@ contains(QT_CONFIG, reduce_exports):CONF
CONFIG += plugin plugin_with_soname
!macx {
- target.path = /$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER
+ target.path = $(PREFIX)/lib/qtcreator/plugins/$$PROVIDER
pluginspec.files += $${TARGET}.pluginspec
- pluginspec.path = /$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER
+ pluginspec.path = $(PREFIX)/lib/qtcreator/plugins/$$PROVIDER
INSTALLS += target pluginspec
}