Fix qmimedatabase tests
Change-Id: I89fbd0d277746b594199a6c1992f35a789b90049 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
108393d33b
commit
87622512f1
|
|
@ -10,7 +10,7 @@ set(corelib_mimetypes_resource_file
|
|||
function(corelib_add_mimetypes_resources target)
|
||||
set(source_file "${corelib_mimetypes_resource_file}")
|
||||
set_source_files_properties("${source_file}"
|
||||
PROPERTIES alias "freedesktop.org.xml"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "freedesktop.org.xml"
|
||||
)
|
||||
qt_add_resource(${target} "mimetypes"
|
||||
PREFIX
|
||||
|
|
|
|||
Loading…
Reference in New Issue