1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 03:24:15 +02:00

Link against correct qca library with Qt5

This commit is contained in:
Dominik Schmidt
2015-01-29 06:11:36 +01:00
parent ca13bb6839
commit 4fa69d9607
3 changed files with 10 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ endif()
include( ${TOMAHAWK_USE_FILE} )
find_package(OpenSSL REQUIRED)
find_package(QCA2 REQUIRED)
find_package(websocketpp 0.2.99 REQUIRED)
include_directories(

View File

@@ -402,10 +402,6 @@ include_directories(
${QTKEYCHAIN_INCLUDE_DIRS}
)
IF(QCA2_FOUND)
INCLUDE_DIRECTORIES( ${QCA2_INCLUDE_DIR} )
ENDIF(QCA2_FOUND)
IF(LIBATTICA_FOUND)
SET( libGuiSources ${libGuiSources} AtticaManager.cpp )
INCLUDE_DIRECTORIES( ${LIBATTICA_INCLUDE_DIR} )
@@ -491,6 +487,7 @@ IF(APPLE)
ENDIF()
IF(QCA2_FOUND)
INCLUDE_DIRECTORIES( ${QCA2_INCLUDE_DIR} )
LIST(APPEND LINK_LIBRARIES ${QCA2_LIBRARIES} )
ENDIF(QCA2_FOUND)