mirror of
https://github.com/correl/mercenary.git
synced 2024-11-23 11:09:50 +00:00
Requiring Boost libraries
git-svn-id: file:///srv/svn/ircclient/trunk@15 a9804ffe-773b-11dd-bd7c-89c3ef1d2733
This commit is contained in:
parent
62bd189a5c
commit
4c4f54bfc6
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||||
find_package (Qt4 REQUIRED)
|
find_package (Qt4 REQUIRED)
|
||||||
set (QT_DONT_USE_QTGUI TRUE)
|
set (QT_DONT_USE_QTGUI TRUE)
|
||||||
set (QT_USE_QTNETWORK TRUE)
|
set (QT_USE_QTNETWORK TRUE)
|
||||||
|
find_package (Boost REQUIRED)
|
||||||
|
|
||||||
include (${QT_USE_FILE})
|
include (${QT_USE_FILE})
|
||||||
set (LIBS ${QT_LIBRARIES})
|
set (LIBS ${QT_LIBRARIES})
|
||||||
|
|
Loading…
Reference in a new issue