diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-19 10:37:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-19 10:37:53 +0000 |
commit | 03b9dc094ab4bf737880b12835607f06f9b212a9 (patch) | |
tree | 2f7edb5f7a6c6a0e298d200e5b330195823a49f6 /x11 | |
parent | 2c34e515e52723b4b46df83cf824b49c790b700f (diff) | |
download | pkgsrc-03b9dc094ab4bf737880b12835607f06f9b212a9.tar.gz |
Mention how to use qt5 with cmake.
From Niclas Rosenvik.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt5-qtbase/MESSAGE | 6 | ||||
-rw-r--r-- | x11/qt5-qtbase/Makefile | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/qt5-qtbase/MESSAGE b/x11/qt5-qtbase/MESSAGE index 6b98d5246a5..636a9622017 100644 --- a/x11/qt5-qtbase/MESSAGE +++ b/x11/qt5-qtbase/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2013/12/13 14:38:35 ryoon Exp $ +$NetBSD: MESSAGE,v 1.2 2014/08/19 10:37:53 wiz Exp $ To allow this package to coexist with other versions of Qt it has been installed in ${PREFIX}/qt5/{bin,include,lib,doc} etc. @@ -11,6 +11,8 @@ programs which use it by ensuring that 2) Use the "configure" argument "--with-qt-dir=${PREFIX}/qt5" -3) you may also have to put ${PREFIX}/qt5/bin in your PATH +3) Use the "cmake" argument "-DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5" + +4) you may also have to put ${PREFIX}/qt5/bin in your PATH =========================================================================== diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile index e2aae34c161..e94307beaf6 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2014/06/18 09:28:18 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/08/19 10:37:53 wiz Exp $ PKGNAME= qt5-qtbase-${QTVERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= C++ X GUI toolkit .include "../../x11/qt5-qtbase/Makefile.common" |