for unix add x11 and pthreads for qt

This commit is contained in:
Bill Hoffman 2003-07-25 12:50:30 -04:00
parent ca4b50a0c2
commit 27a3c00533
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ INCLUDE_DIRECTORIES( ${QT_INCLUDE_DIR} )
INCLUDE_DIRECTORIES( ./ )
LINK_LIBRARIES( ${QT_LIBRARIES} )
IF(UNIX)
LINK_LIBRARIES(-lX11 -lpthread)
ENDIF(UNIX)
QT_WRAP_CPP (wraplibQT QT_SRCS SRCS)