1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

Remove headers from CMakeLists.txt which don't need to be tracked anymore because of automoc

This commit is contained in:
Dominik Schmidt
2013-01-08 15:46:53 +01:00
parent d66afb9ba3
commit fd0a80da1f

View File

@@ -156,7 +156,6 @@ set( libGuiSources
if(QCA2_FOUND)
set( libGuiSources ${libGuiSources} utils/GroovesharkParser.cpp )
set( libGuiHeaders ${libGuiHeaders} utils/GroovesharkParser.h )
endif()
if(UNIX AND NOT APPLE AND NOT Qt5Core_DIR)
@@ -364,7 +363,6 @@ ENDIF(QCA2_FOUND)
IF(LIBATTICA_FOUND)
SET( libGuiSources ${libGuiSources} AtticaManager.cpp )
SET( libGuiHeaders ${libGuiHeaders} AtticaManager.h )
INCLUDE_DIRECTORIES( ${LIBATTICA_INCLUDE_DIR} )
LIST(APPEND LINK_LIBRARIES ${LIBATTICA_LIBRARIES} ${QuaZip_LIBRARIES} )
ENDIF(LIBATTICA_FOUND)