Changeset - 6360ae2c0a19
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-10-27 10:31:56
hanzz.k@gmail.com
Qt is not REQUIRE
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -54,7 +54,7 @@ find_package(event)
 
find_package(Doxygen)
 

	
 
INCLUDE(FindQt4)
 
FIND_PACKAGE(Qt4 COMPONENTS QtCore QtNetwork REQUIRED)
 
FIND_PACKAGE(Qt4 COMPONENTS QtCore QtNetwork)
 

	
 
# ADD_DEFINITIONS(${SWIFTEN_CFLAGS})
 
ADD_DEFINITIONS(-DSUPPORT_LEGACY_CAPS)
0 comments (0 inline, 0 general)