From c1003343e7ad6097d411f805bddfa61983244d8e Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Wed, 29 Nov 2023 10:54:14 +0100 Subject: [PATCH] Move wizard files into resources this fixes qt complaining about none qt files like export_presets.cfg --- ScreenPlay/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ScreenPlay/CMakeLists.txt b/ScreenPlay/CMakeLists.txt index d11b6f75..185b0c22 100644 --- a/ScreenPlay/CMakeLists.txt +++ b/ScreenPlay/CMakeLists.txt @@ -77,12 +77,6 @@ set(QML qml/Create/Wizards/QMLWidget.qml qml/Create/Wizards/WebsiteWallpaper.qml qml/Create/Wizards/WizardPage.qml - qml/Create/WizardsFiles/Godot_v5/export_presets.cfg - qml/Create/WizardsFiles/Godot_v5/project.godot - qml/Create/WizardsFiles/Godot_v5/spinner.gd - qml/Create/WizardsFiles/Godot_v5/wallpaper.tscn - qml/Create/WizardsFiles/QMLWallpaperMain.qml - qml/Create/WizardsFiles/QMLWidgetMain.qml qml/Installed/Installed.qml qml/Installed/InstalledNavigation.qml qml/Installed/InstalledWelcomeScreen.qml @@ -249,6 +243,12 @@ set(RESOURCES qml/Create/WizardsFiles/QmlProject.qmlproject qml/Create/WizardsFiles/QMLWallpaperMain.qml qml/Create/WizardsFiles/QMLWidgetMain.qml + qml/Create/WizardsFiles/Godot_v5/export_presets.cfg + qml/Create/WizardsFiles/Godot_v5/project.godot + qml/Create/WizardsFiles/Godot_v5/spinner.gd + qml/Create/WizardsFiles/Godot_v5/wallpaper.tscn + qml/Create/WizardsFiles/QMLWallpaperMain.qml + qml/Create/WizardsFiles/QMLWidgetMain.qml qtquickcontrols2.conf) # Needed on macos