Include QtNetwork directory
This commit is contained in:
parent
8aff527f6d
commit
8e7146a496
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue