mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
WIP: headless: libtomahawk compiles, but doesnt link
This commit is contained in:
@@ -398,7 +398,6 @@ set( libHeaders
|
|||||||
result.h
|
result.h
|
||||||
source.h
|
source.h
|
||||||
sourceplaylistinterface.h
|
sourceplaylistinterface.h
|
||||||
globalactionmanager.h
|
|
||||||
LatchManager.h
|
LatchManager.h
|
||||||
|
|
||||||
artist.h
|
artist.h
|
||||||
@@ -607,7 +606,7 @@ IF(BUILD_GUI)
|
|||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
qt4_wrap_ui( libUI_H ${libUI} )
|
qt4_wrap_ui( libUI_H ${libUI} )
|
||||||
qt4_wrap_cpp( libMoc ${libHeaders} ${libGuiHeaders} )
|
qt4_wrap_cpp( libMoc ${libHeaders} )
|
||||||
|
|
||||||
SET( libSources ${libSources} ${libUI_H} ${libHeaders_NoMOC} )
|
SET( libSources ${libSources} ${libUI_H} ${libHeaders_NoMOC} )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user