diff --git a/src/libtomahawk/CMakeLists.txt b/src/libtomahawk/CMakeLists.txt index e5ec1cf04..bf7f2fd53 100644 --- a/src/libtomahawk/CMakeLists.txt +++ b/src/libtomahawk/CMakeLists.txt @@ -414,7 +414,9 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/. ${LIBPORTFWD_INCLUDE_DIR} ${THIRDPARTY_DIR}/qxt/qxtweb-standalone/qxtweb - ${CMAKE_CURRENT_SOURCE_DIR}/../../thirdparty/libqnetwm + + # For thirdparty/ + ${CMAKE_CURRENT_SOURCE_DIR}/../.. ) IF( UNIX AND NOT APPLE ) diff --git a/src/libtomahawk/utils/tomahawkutils.cpp b/src/libtomahawk/utils/tomahawkutils.cpp index 6e991c98e..923f1d2ac 100644 --- a/src/libtomahawk/utils/tomahawkutils.cpp +++ b/src/libtomahawk/utils/tomahawkutils.cpp @@ -46,7 +46,7 @@ #ifdef Q_WS_X11 #include - #include + #include "thirdparty/libqnetwm/netwm.h" #endif #ifdef Q_WS_WIN