[CMake] CMake with Qt: Couldn't link against gluPerspective / gluLookAt under Linux, but does work on Win7 / VS2008

2010-09-01 Thread Christian Lohr
Sorry for bothering you again, but I cannot figure out, why this compiles under Windows but doesn't compile under Debian Linux. Yours sincerely, Christian Lohr --- Under Debian the build output is following: Scanning dependencies of target applikation [ 12%] Building CXX object CMake

[CMake] Building a project with Subdirs(Qt4 and OpenCascade inside)

2010-08-31 Thread Christian Lohr
ty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the License for more information. # # Created by Christian Lohr #= FIND_PATH ( OPENCASCADE_INCLUDE_DIR Standard.hxx PATHS /usr/include/opencascade

[CMake] Linking against libraries under windows

2010-08-30 Thread Christian Lohr
C:\OpenCASCADE6.3.0\, is there a way getting cmake to use this path variable. The Libs under windows are under ${CASROOT}/win32/lib, and the includes are under ${CASROOT}/inc. Yours sincerely, Christian Lohr ---