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

Move libqnetwm down one level and hopefully fix building for leo

This commit is contained in:
Jeff Mitchell
2011-08-27 16:21:19 -04:00
parent dc9f250322
commit 644135c88a
5 changed files with 3 additions and 4 deletions

View File

@@ -415,8 +415,6 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/.
${LIBPORTFWD_INCLUDE_DIR}
${THIRDPARTY_DIR}/qxt/qxtweb-standalone/qxtweb
# For thirdparty/
${CMAKE_CURRENT_SOURCE_DIR}/../..
)
IF( UNIX AND NOT APPLE )
@@ -434,7 +432,8 @@ IF( UNIX AND NOT APPLE )
infosystem/infoplugins/unix/fdonotifyplugin.h )
IF( BUILD_GUI AND X11_FOUND )
SET( libSources ${libSources} ${CMAKE_CURRENT_SOURCE_DIR}/../../thirdparty/libqnetwm/netwm.cpp )
INCLUDE_DIRECTORIES( ${THIRDPARTY_DIR}/libqnetwm )
SET( libSources ${libSources} ${THIRDPARTY_DIR}/libqnetwm/libqnetwm/netwm.cpp )
SET( LINK_LIBRARIES ${LINK_LIBRARIES} ${X11_LIBRARIES} Xcomposite )
ENDIF()
ENDIF( UNIX AND NOT APPLE )

View File

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