mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
Add some includes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
include_directories(${JREEN_INCLUDE_DIR})
|
include_directories(${JREEN_INCLUDE_DIR} ${LIBATTICA_INCLUDE_DIR})
|
||||||
|
|
||||||
tomahawk_add_plugin(xmpp
|
tomahawk_add_plugin(xmpp
|
||||||
TYPE account
|
TYPE account
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
include_directories(${LIBATTICA_INCLUDE_DIR})
|
||||||
|
|
||||||
tomahawk_add_plugin(zeroconf
|
tomahawk_add_plugin(zeroconf
|
||||||
TYPE account
|
TYPE account
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
include_directories(${LIBATTICA_INCLUDE_DIR})
|
||||||
|
|
||||||
set(adium_srcs
|
set(adium_srcs
|
||||||
adium/AdiumPlugin.cpp
|
adium/AdiumPlugin.cpp
|
||||||
adium/Adium.mm
|
adium/Adium.mm
|
||||||
|
@@ -13,6 +13,7 @@ list(APPEND ${TOMAHAWK_PLAYDARAPI_LIBRARY_TARGET}_UI
|
|||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${QXTWEB_INCLUDE_DIRS}
|
${QXTWEB_INCLUDE_DIRS}
|
||||||
|
${LIBATTICA_INCLUDE_DIR}
|
||||||
${THIRDPARTY_DIR}/qt-certificate-addon/src/
|
${THIRDPARTY_DIR}/qt-certificate-addon/src/
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -419,6 +419,8 @@ include_directories(
|
|||||||
${LIBPORTFWD_INCLUDE_DIR}
|
${LIBPORTFWD_INCLUDE_DIR}
|
||||||
${QUAZIP_INCLUDE_DIR}
|
${QUAZIP_INCLUDE_DIR}
|
||||||
${QTKEYCHAIN_INCLUDE_DIRS}
|
${QTKEYCHAIN_INCLUDE_DIRS}
|
||||||
|
${TAGLIB_INCLUDE_DIR}
|
||||||
|
${TAGLIB_INCLUDE_DIR}/..
|
||||||
)
|
)
|
||||||
|
|
||||||
IF(LIBATTICA_FOUND)
|
IF(LIBATTICA_FOUND)
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
include_directories(${LIBATTICA_INCLUDE_DIR} ${TAGLIB_INCLUDE_DIR} ${TAGLIB_INCLUDE_DIR}/..)
|
||||||
|
|
||||||
set( tomahawk_test_musicscan_src
|
set( tomahawk_test_musicscan_src
|
||||||
main.cpp
|
main.cpp
|
||||||
)
|
)
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
include_directories(${LIBATTICA_INCLUDE_DIR})
|
||||||
|
|
||||||
tomahawk_add_plugin(charts
|
tomahawk_add_plugin(charts
|
||||||
TYPE viewpage
|
TYPE viewpage
|
||||||
EXPORT_MACRO TOMAHAWK_VIEWPAGE_EXPORT_PRO
|
EXPORT_MACRO TOMAHAWK_VIEWPAGE_EXPORT_PRO
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
include_directories(${LIBATTICA_INCLUDE_DIR})
|
||||||
|
|
||||||
tomahawk_add_plugin(dashboard
|
tomahawk_add_plugin(dashboard
|
||||||
TYPE viewpage
|
TYPE viewpage
|
||||||
EXPORT_MACRO TOMAHAWK_VIEWPAGE_EXPORT_PRO
|
EXPORT_MACRO TOMAHAWK_VIEWPAGE_EXPORT_PRO
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
include_directories(${LIBATTICA_INCLUDE_DIR})
|
||||||
|
|
||||||
tomahawk_add_plugin(whatsnew_0_8
|
tomahawk_add_plugin(whatsnew_0_8
|
||||||
TYPE viewpage
|
TYPE viewpage
|
||||||
EXPORT_MACRO TOMAHAWK_VIEWPAGE_EXPORT_PRO
|
EXPORT_MACRO TOMAHAWK_VIEWPAGE_EXPORT_PRO
|
||||||
|
Reference in New Issue
Block a user