native: missing rebrand option
This commit is contained in:
parent
9154c15ade
commit
cca0ef706a
2 changed files with 1 additions and 4 deletions
|
@ -35,9 +35,6 @@ qt_add_qml_module(alisa
|
||||||
Assets/Audio/test.mp4
|
Assets/Audio/test.mp4
|
||||||
)
|
)
|
||||||
|
|
||||||
# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1.
|
|
||||||
# If you are developing for iOS or macOS you should consider setting an
|
|
||||||
# explicit, fixed bundle identifier manually though.
|
|
||||||
set_target_properties(alisa PROPERTIES
|
set_target_properties(alisa PROPERTIES
|
||||||
MACOSX_BUNDLE_GUI_IDENTIFIER ninja.missing.alisa
|
MACOSX_BUNDLE_GUI_IDENTIFIER ninja.missing.alisa
|
||||||
MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
|
MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
|
||||||
|
|
|
@ -96,7 +96,7 @@ Window {
|
||||||
songIndex: 3
|
songIndex: 3
|
||||||
title: "Free Test Data"
|
title: "Free Test Data"
|
||||||
authorName: "5MB AVI"
|
authorName: "5MB AVI"
|
||||||
videoSource: "qrc:/Qt6-Quick-Example/Assets/Videos/Free_Test_Data_5MB_AVI.avi"
|
videoSource: "qrc:/Alisa/Assets/Videos/Free_Test_Data_5MB_AVI.avi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue