1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 08:10:47 +02:00

Don't link tomahawk against QJson

(only libtomahawk)
This commit is contained in:
Uwe L. Korn
2014-04-14 17:07:50 +01:00
parent a969fcd597
commit cda470b52a

View File

@@ -103,7 +103,6 @@ INCLUDE_DIRECTORIES(
${THIRDPARTY_DIR}/breakpad
${TAGLIB_INCLUDES}
${QJSON_INCLUDE_DIR}
${LIBATTICA_INCLUDE_DIR}
${ECHONEST_INCLUDE_DIR}
${LIBLASTFM_INCLUDE_DIRS}
@@ -191,7 +190,6 @@ TARGET_LINK_LIBRARIES( tomahawk_bin
${QT_LIBRARIES}
${MAC_EXTRA_LIBS}
${ECHONEST_LIBRARIES}
${QJSON_LIBRARIES}
${TAGLIB_LIBRARIES}
)