Changeset - 8e7146a49661
[Not reviewed]
0 1 0
Jan Kaluza - 14 years ago 2011-10-26 12:29:06
hanzz.k@gmail.com
Include QtNetwork directory
1 file changed with 2 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)
 
FIND_PACKAGE(Qt4 COMPONENTS QtCore QtNetwork REQUIRED)
 

	
 
# ADD_DEFINITIONS(${SWIFTEN_CFLAGS})
 
ADD_DEFINITIONS(-DSUPPORT_LEGACY_CAPS)
 
@@ -104,6 +104,7 @@ if (PROTOBUF_FOUND)
 
	if(IRC_FOUND)
 
		ADD_DEFINITIONS(-DIRC_SHARED)
 
		message("IRC plugin        : yes")
 
		include_directories(${QT_QTNETWORK_INCLUDE_DIR})
 
		include_directories(${IRC_INCLUDE_DIR})
 
		include(${QT_USE_FILE})
 
	else()
0 comments (0 inline, 0 general)