[rkward-devel] Installing new packages using RKWard on Mac OS X
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Sun Sep 30 07:14:56 UTC 2012
On Sunday 30 September 2012, meik michalke wrote:
> CMake Error: The following variables are used in this project, but they are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake
> files:
> QT_QT_INCLUDE_DIR
> used as include directory in directory
> /opt/rkward/var/macports/build/_opt_ports_kde_rkward/rkward-
> devel/work/trunk/rkward/build/CMakeFiles/CMakeTmp
QT_QT_INCLUDE_DIR should apparently be set to ${QT_INCLUDE_DIR}/Qt, or to
whichever path contains qglobal.h. You could
- check whether qglobal.h is where it should be
- add -DQT_QT_INCLUDE_DIR=... to your cmake options
You could also try looking at FindQt4.cmake itself for more details, on where
exactly it looks for the path (this seems to have changed across versions).
Note: It's the FindQt4.cmake from /usr/share/kde4/apps/cmake/modules, not
/usr/share/cmake-2.8/Modules (Debian paths).
As a very first thing to check, though, if you haven't done that, yet: Try
removing CMakeCache.txt or better yet, the entire build directory, then try
again.
Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20120930/7b0329aa/attachment.sig>
More information about the Rkward-devel
mailing list