mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 12:54:45 +00:00
7 lines
257 B
CMake
7 lines
257 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 appwindow.slint)
|
|
|