@ -11,15 +11,12 @@ set( calamaresSources
)
if ( NOT WITH_KF5DBus )
set ( kdsagSources "" )
foreach ( _s
k d s i n g l e a p p l i c a t i o n g u a r d / k d s i n g l e a p p l i c a t i o n g u a r d . c p p
k d s i n g l e a p p l i c a t i o n g u a r d / k d s h a r e d m e m o r y l o c k e r . c p p
k d s i n g l e a p p l i c a t i o n g u a r d / k d t o o l s g l o b a l . c p p
k d s i n g l e a p p l i c a t i o n g u a r d / k d l o c k e d s h a r e d m e m o r y p o i n t e r . c p p
set ( kdsagSources
$ { C M A K E _ S O U R C E _ D I R } / 3 r d p a r t y / k d s i n g l e a p p l i c a t i o n g u a r d / k d s i n g l e a p p l i c a t i o n g u a r d . c p p
$ { C M A K E _ S O U R C E _ D I R } / 3 r d p a r t y / k d s i n g l e a p p l i c a t i o n g u a r d / k d s h a r e d m e m o r y l o c k e r . c p p
$ { C M A K E _ S O U R C E _ D I R } / 3 r d p a r t y / k d s i n g l e a p p l i c a t i o n g u a r d / k d t o o l s g l o b a l . c p p
$ { C M A K E _ S O U R C E _ D I R } / 3 r d p a r t y / k d s i n g l e a p p l i c a t i o n g u a r d / k d l o c k e d s h a r e d m e m o r y p o i n t e r . c p p
)
list ( APPEND kdsagSources ${ CMAKE_SOURCE_DIR } /3rdparty/ ${ _s } )
endforeach ( )
mark_thirdparty_code ( ${ kdsagSources } )
list ( APPEND calamaresSources ${ kdsagSources } )
endif ( )
@ -46,6 +43,10 @@ calamares_automoc( calamares_bin )
calamares_autouic ( calamares_bin )
calamares_autorcc ( calamares_bin )
if ( kdsagSources )
set_source_files_properties ( ${ kdsagSources } PROPERTIES AUTOMOC OFF )
endif ( )
target_link_libraries ( calamares_bin
P R I V A T E
c a l a m a r e s