[libcalamaresui] Don't bother tagging nonexistent 3rdparty sources

This commit is contained in:
Adriaan de Groot 2021-12-07 14:20:31 +01:00
parent 6e59177f54
commit c2e63f4a6b

View File

@ -40,8 +40,6 @@ set( calamaresui_SOURCES
# Don't warn about third-party sources # Don't warn about third-party sources
mark_thirdparty_code( mark_thirdparty_code(
${CMAKE_SOURCE_DIR}/3rdparty/qjsonitem.cpp
${CMAKE_SOURCE_DIR}/3rdparty/qjsonmodel.cpp
${CMAKE_SOURCE_DIR}/3rdparty/waitingspinnerwidget.cpp ${CMAKE_SOURCE_DIR}/3rdparty/waitingspinnerwidget.cpp
) )