-- Check for working C compiler: gcc
-- Check for working C compiler: gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: c++
-- Check for working CXX compiler: c++ -- works
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Found Qt-Version 4.1.4
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
CMake Error: Attempt to add link library "-lpthread" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "dl" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "/usr/lib/libQtGui.so" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "-lSM" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "-lICE" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "/usr/lib/libX11.so" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "/usr/lib/libXext.so" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "/usr/lib/libQtNetwork.so" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "/usr/lib/libQtNetwork_debug.so" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "/usr/lib/libQtXml.so" to target "/usr/lib/libQtCore.so" which is not built by this project.
CMake Error: Attempt to add link library "/usr/lib/libQtXml_debug.so" to target "/usr/lib/libQtCore.so" which is not built by this project.
-- Configuring done