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:
@@ -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(
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user