cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
8 lines
243 B
CMake
8 lines
243 B
CMake
# SPDX-FileCopyrightText: 2024 Volker Krause <vkrause@kde.org>
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
if (TARGET Qt6::Widgets)
|
|
add_executable(spinbox spinbox.cpp)
|
|
target_link_libraries(spinbox PRIVATE Qt6::Widgets KF6::I18n)
|
|
endif()
|