summaryrefslogtreecommitdiff
path: root/x11/qt4-creator/patches/patch-ak
blob: 0c5b1e086d9dc937abdf4417ae9e5317843caf1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.1.1.1 2010/05/18 19:44:02 drochner Exp $

--- src/qtcreatorlibrary.pri.orig	2010-01-15 17:36:52 +0000
+++ src/qtcreatorlibrary.pri
@@ -17,7 +17,7 @@ contains(QT_CONFIG, reduce_exports):CONF
         target.path = /bin
         target.files = $$DESTDIR/$${TARGET}.dll
     } else {
-        target.path = /$$IDE_LIBRARY_BASENAME/qtcreator
+        target.path = $(PREFIX)/lib/qtcreator
     }
     INSTALLS += target
 }