1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-03 23:52:25 +02:00

WIP: headless: libtomahawk compiles, but doesnt link

This commit is contained in:
Dominik Schmidt 2011-11-15 05:30:03 +01:00
parent f6078403e0
commit c0688dfc1f

View File

@ -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} )