[vlmc-devel] commit: Removing dependencies to QtSvg and QtGui in server mode. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Mon Sep 6 15:41:01 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Sep  6 15:40:30 2010 +0200| [951fc1b68713ab9de53e944945b36e6620a38541] | committer: Hugo Beauzée-Luyssen 

Removing dependencies to QtSvg and QtGui in server mode.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=951fc1b68713ab9de53e944945b36e6620a38541
---

 CMakeLists.txt |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68192fd..569cf6f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -87,10 +87,9 @@ INCLUDE_DIRECTORIES(${FREI0R_INCLUDE_DIR})
 
 # search for Qt4
 IF (WITH_GUI)
-    FIND_PACKAGE (Qt4 4.5.1 COMPONENTS QtCore QtGui QtNetwork QtSvg QtXml REQUIRED)
-ELSE(WITH_GUI)
-    # Search for QtGui as the effets engine requires QImage.
     FIND_PACKAGE (Qt4 4.5.1 COMPONENTS QtCore QtGui QtNetwork QtXml REQUIRED)
+ELSE(WITH_GUI)
+    FIND_PACKAGE (Qt4 4.5.1 COMPONENTS QtCore QtNetwork QtXml REQUIRED)
 ENDIF(WITH_GUI)
 
 SET (VLMC_LIBS ${QT_QTCORE_LIBRARY}



More information about the Vlmc-devel mailing list