mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 12:21:52 +02:00
* Fixed compiling on Windows.
This commit is contained in:
@@ -17,3 +17,4 @@ SET(WINDRES_EXECUTABLE /usr/bin/i686-w64-mingw32-windres)
|
||||
# libs with broken find modules
|
||||
SET(TAGLIB_FOUND true)
|
||||
SET(TAGLIB_LIBRARIES ${CMAKE_FIND_ROOT_PATH}/lib/libtag.dll.a)
|
||||
SET(TAGLIB_INCLUDES ${CMAKE_FIND_ROOT_PATH}/include/taglib)
|
||||
|
@@ -1 +1 @@
|
||||
89
|
||||
90
|
@@ -137,11 +137,10 @@ INCLUDE_DIRECTORIES(
|
||||
|
||||
${THIRDPARTY_DIR}/alsa-playback
|
||||
${THIRDPARTY_DIR}/rtaudio
|
||||
${THIRDPARTY_DIR}/qxt/qxtweb-standalone/qxtweb/
|
||||
${THIRDPARTY_DIR}/qxt/qxtweb-standalone/qxtweb
|
||||
${THIRDPARTY_DIR}/qtweetlib/qtweetlib/src
|
||||
${THIRDPARTY_DIR}/qtweetlib/tomahawk-custom
|
||||
|
||||
|
||||
${TAGLIB_INCLUDES}
|
||||
${QJSON_INCLUDE_DIR}
|
||||
${LIBECHONEST_INCLUDE_DIR}
|
||||
|
Reference in New Issue
Block a user