diff options
author | Fellype do Nascimento <fellype(at)gmail.com> | 2016-12-15 07:29:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-16 04:41:21 +0700 |
commit | aac482c0a988ba981c84957b57546dd0e6109125 (patch) | |
tree | 05e9a0a6a1315b530c69c285b3efb7c3b3056543 /libraries/qwt5/qwtconfig.pri.patch | |
parent | cb304c5fb031ab20ac5cd7d46f7c8f5a5230a9fa (diff) | |
download | slackbuilds-aac482c0a988ba981c84957b57546dd0e6109125.tar.gz |
libraries/qwt5: Added (GUI Components & utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qwt5/qwtconfig.pri.patch')
-rw-r--r-- | libraries/qwt5/qwtconfig.pri.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/libraries/qwt5/qwtconfig.pri.patch b/libraries/qwt5/qwtconfig.pri.patch new file mode 100644 index 0000000000..fd81cf506d --- /dev/null +++ b/libraries/qwt5/qwtconfig.pri.patch @@ -0,0 +1,38 @@ +--- qwtconfig.pri 2016-12-13 10:08:11.000000000 -0200 ++++ qwtconfig.pri.new 2016-12-13 10:07:49.000000000 -0200 +@@ -8,7 +8,7 @@ + VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT} + + unix { +- INSTALLBASE = /usr/local/qwt-$$VERSION ++ INSTALLBASE = /usr + } + + win32 { +@@ -16,7 +16,7 @@ + } + + target.path = $$INSTALLBASE/lib +-headers.path = $$INSTALLBASE/include ++headers.path = $$INSTALLBASE/include/qwt5 + doc.path = $$INSTALLBASE/doc + + ###################################################################### +@@ -64,7 +64,7 @@ + ###################################################################### + + DEBUG_SUFFIX = +-RELEASE_SUFFIX = ++RELEASE_SUFFIX = 5 + + win32 { + DEBUG_SUFFIX = d +@@ -98,7 +98,7 @@ + # QwtSVGItem. + ###################################################################### + +-#CONFIG += QwtSVGItem ++CONFIG += QwtSVGItem + + ###################################################################### + # You can use the MathML renderer of the Qt solutions package to |