1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02:00

Fix include path

This commit is contained in:
Jeff Mitchell
2011-08-27 16:07:27 -04:00
parent 33a63a45e8
commit dc9f250322
2 changed files with 4 additions and 2 deletions

View File

@@ -414,7 +414,9 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/.
${LIBPORTFWD_INCLUDE_DIR} ${LIBPORTFWD_INCLUDE_DIR}
${THIRDPARTY_DIR}/qxt/qxtweb-standalone/qxtweb ${THIRDPARTY_DIR}/qxt/qxtweb-standalone/qxtweb
${CMAKE_CURRENT_SOURCE_DIR}/../../thirdparty/libqnetwm
# For thirdparty/
${CMAKE_CURRENT_SOURCE_DIR}/../..
) )
IF( UNIX AND NOT APPLE ) IF( UNIX AND NOT APPLE )

View File

@@ -46,7 +46,7 @@
#ifdef Q_WS_X11 #ifdef Q_WS_X11
#include <QtGui/QX11Info> #include <QtGui/QX11Info>
#include <netwm.h> #include "thirdparty/libqnetwm/netwm.h"
#endif #endif
#ifdef Q_WS_WIN #ifdef Q_WS_WIN