1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Fix link error from not-included cpp file

This commit is contained in:
Jeff Mitchell
2011-02-14 14:28:48 -05:00
parent 9ef55b5fa1
commit 4060a95c38

View File

@@ -50,6 +50,7 @@ set( libSources
database/databasecommand_logplayback.cpp
database/databasecommand_addsource.cpp
database/databasecommand_sourceoffline.cpp
database/databasecommand_collectionstats.cpp
database/databasecommand_loadplaylistentries.cpp
database/databasecommand_modifyplaylist.cpp
database/databasecommand_playbackhistory.cpp
@@ -307,7 +308,7 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ..
../../thirdparty/jdns
../../thirdparty/jdns/jdns
../../thirdparty/jdns/jdnsshared
../../thirdparty/qtweetlib/src
../../thirdparty/qtweetlib/qtweetlib/src
playlist
)