mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Fixed kebab casing of previous appwindow.slint
.
This commit is contained in:
parent
844590cac8
commit
9894eca229
25 changed files with 33 additions and 33 deletions
|
@ -4,6 +4,6 @@
|
|||
if (WIN32)
|
||||
add_executable(platform_native WIN32 main.cpp appview.cpp)
|
||||
target_link_libraries(platform_native PRIVATE Slint::Slint)
|
||||
slint_target_sources(platform_native appwindow.slint)
|
||||
slint_target_sources(platform_native app-window.slint)
|
||||
endif(WIN32)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# define UNICODE
|
||||
#endif
|
||||
|
||||
#include "appwindow.h"
|
||||
#include "app-window.h"
|
||||
#include <slint-platform.h>
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
add_executable(platform_qt main.cpp)
|
||||
target_link_libraries(platform_qt PRIVATE Slint::Slint Qt::Gui Qt::Widgets Qt::GuiPrivate)
|
||||
slint_target_sources(platform_qt appwindow.slint)
|
||||
slint_target_sources(platform_qt app-window.slint)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "appwindow.h"
|
||||
#include "app-window.h"
|
||||
|
||||
#include <slint-platform.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue