From c0688dfc1fd4f75fa6d86174840925456994ec02 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Tue, 15 Nov 2011 05:30:03 +0100 Subject: [PATCH] WIP: headless: libtomahawk compiles, but doesnt link --- src/libtomahawk/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libtomahawk/CMakeLists.txt b/src/libtomahawk/CMakeLists.txt index 4bcaff785..eb43e9f31 100644 --- a/src/libtomahawk/CMakeLists.txt +++ b/src/libtomahawk/CMakeLists.txt @@ -398,7 +398,6 @@ set( libHeaders result.h source.h sourceplaylistinterface.h - globalactionmanager.h LatchManager.h artist.h @@ -607,7 +606,7 @@ IF(BUILD_GUI) ENDIF() qt4_wrap_ui( libUI_H ${libUI} ) -qt4_wrap_cpp( libMoc ${libHeaders} ${libGuiHeaders} ) +qt4_wrap_cpp( libMoc ${libHeaders} ) SET( libSources ${libSources} ${libUI_H} ${libHeaders_NoMOC} )