mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 07:07:25 +00:00
7 lines
258 B
CMake
7 lines
258 B
CMake
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
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 app-window.slint)
|
|
|