[libcalamaresui] Don't bother tagging nonexistent 3rdparty sources
This commit is contained in:
parent
6e59177f54
commit
c2e63f4a6b
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -76,8 +74,8 @@ calamares_add_library( calamaresui
|
|||||||
Qt5::Svg
|
Qt5::Svg
|
||||||
RESOURCES libcalamaresui.qrc
|
RESOURCES libcalamaresui.qrc
|
||||||
EXPORT Calamares
|
EXPORT Calamares
|
||||||
UI
|
UI
|
||||||
utils/ErrorDialog/ErrorDialog.ui
|
utils/ErrorDialog/ErrorDialog.ui
|
||||||
VERSION ${CALAMARES_VERSION_SHORT}
|
VERSION ${CALAMARES_VERSION_SHORT}
|
||||||
)
|
)
|
||||||
target_link_libraries( calamaresui PRIVATE yamlcpp::yamlcpp )
|
target_link_libraries( calamaresui PRIVATE yamlcpp::yamlcpp )
|
||||||
|
Loading…
Reference in New Issue
Block a user