summaryrefslogtreecommitdiffstats
path: root/patches/qwt-6.0.1/0001-fix-prefix.patch
blob: 970114863a08593f07edb288e2d5e523d4bcd0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Wed, 3 Aug 2011 16:09:23 +0200
Subject: [PATCH] fix prefix

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 qwtconfig.pri |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qwtconfig.pri b/qwtconfig.pri
index b0d2110..86265e1 100644
--- a/qwtconfig.pri
+++ b/qwtconfig.pri
@@ -19,7 +19,7 @@ QWT_VERSION      = $${QWT_VER_MAJ}.$${QWT_VER_MIN}.$${QWT_VER_PAT}
 QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX]
 
 unix {
-    QWT_INSTALL_PREFIX    = /usr/local/qwt-$$QWT_VERSION
+    QWT_INSTALL_PREFIX    = /usr
 }
 
 win32 {