mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Move wizard files into resources
this fixes qt complaining about none qt files like export_presets.cfg
This commit is contained in:
parent
e472260030
commit
c1003343e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user