fix patch for qwt_qt4

Should have been donen when qwt was updated in commit
a4077c1bd7.
This commit is contained in:
Mark Brand 2016-06-30 00:09:49 +02:00
parent 141a4ad30a
commit 84c07b6c17
1 changed files with 16 additions and 5 deletions

View File

@ -1,14 +1,25 @@
This file is part of MXE.
See index.html for further information.
--- qwt-6.0.1/qwtconfig.pri 2011-08-01 16:34:05.000000000 +0200
+++ qwt-6.0.1/qwtconfig.pri 2011-12-03 10:14:53.371757822 +0100
@@ -23,7 +23,7 @@
From 888c3a631c821e3d27efbcd3da6247c3a5add135 Mon Sep 17 00:00:00 2001
From: Tony Theodore <tonyt@logyst.com>
Date: Tue, 9 Dec 2014 20:10:47 +1100
Subject: [PATCH] fix install prefix
diff --git a/qwtconfig.pri b/qwtconfig.pri
index 1fe6055..3a69039 100644
--- a/qwtconfig.pri
+++ b/qwtconfig.pri
@@ -24,7 +24,7 @@ unix {
}
win32 {
- QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION
+# QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION
+ # QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION
# QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION-qt-$$QT_VERSION
}
QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc
--
2.7.4