From cca0ef706a23a0ade9258b345da21daa70c8ef8e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 9 Jul 2024 11:50:06 +0200 Subject: [PATCH] native: missing rebrand option --- native/CMakeLists.txt | 3 --- native/Main.qml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/native/CMakeLists.txt b/native/CMakeLists.txt index 84a5863..3bd6f2e 100644 --- a/native/CMakeLists.txt +++ b/native/CMakeLists.txt @@ -35,9 +35,6 @@ qt_add_qml_module(alisa 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 MACOSX_BUNDLE_GUI_IDENTIFIER ninja.missing.alisa MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} diff --git a/native/Main.qml b/native/Main.qml index 6c32632..53c5690 100644 --- a/native/Main.qml +++ b/native/Main.qml @@ -96,7 +96,7 @@ Window { songIndex: 3 title: "Free Test Data" 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" } }