mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 20:41:58 +02:00
Fix include path
This commit is contained in:
parent
33a63a45e8
commit
dc9f250322
@ -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 )
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
#include <QtGui/QX11Info>
|
||||
#include <netwm.h>
|
||||
#include "thirdparty/libqnetwm/netwm.h"
|
||||
#endif
|
||||
|
||||
#ifdef Q_WS_WIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user