[packagechooserq] Fix build on Debian, openSUSE with AppStream
This commit is contained in:
parent
d7767afe1b
commit
0899eefde7
@ -28,7 +28,7 @@ if ( WITH_APPDATA )
|
|||||||
if ( Qt5Xml_FOUND )
|
if ( Qt5Xml_FOUND )
|
||||||
add_definitions( -DHAVE_APPDATA )
|
add_definitions( -DHAVE_APPDATA )
|
||||||
list( APPEND _extra_libraries Qt5::Xml )
|
list( APPEND _extra_libraries Qt5::Xml )
|
||||||
list( APPEND _extra_src ItemAppData.cpp )
|
list( APPEND _extra_src ${_packagechooser}/ItemAppData.cpp )
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ if ( WITH_APPSTREAM )
|
|||||||
if ( AppStreamQt_FOUND )
|
if ( AppStreamQt_FOUND )
|
||||||
add_definitions( -DHAVE_APPSTREAM )
|
add_definitions( -DHAVE_APPSTREAM )
|
||||||
list( APPEND _extra_libraries AppStreamQt )
|
list( APPEND _extra_libraries AppStreamQt )
|
||||||
list( APPEND _extra_src ItemAppStream.cpp )
|
list( APPEND _extra_src ${_packagechooser}/ItemAppStream.cpp )
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ calamares_add_plugin( packagechooserq
|
|||||||
PackageChooserQmlViewStep.cpp
|
PackageChooserQmlViewStep.cpp
|
||||||
${_packagechooser}/Config.cpp
|
${_packagechooser}/Config.cpp
|
||||||
${_packagechooser}/PackageModel.cpp
|
${_packagechooser}/PackageModel.cpp
|
||||||
${_packagechooser}/ItemAppData.cpp
|
${_extra_src}
|
||||||
RESOURCES
|
RESOURCES
|
||||||
packagechooserq.qrc
|
packagechooserq.qrc
|
||||||
LINK_PRIVATE_LIBRARIES
|
LINK_PRIVATE_LIBRARIES
|
||||||
|
Loading…
Reference in New Issue
Block a user