You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
494 B
19 lines
494 B
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# SPDX-FileCopyrightText: Copyright 2025 crueter
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
EdenModule(
|
|
NAME Interface
|
|
URI Eden.Interface
|
|
SOURCES
|
|
SettingsInterface.h SettingsInterface.cpp
|
|
QMLSetting.h QMLSetting.cpp
|
|
MetaObjectHelper.h
|
|
QMLConfig.h
|
|
TitleManager.h TitleManager.cpp
|
|
LIBRARIES
|
|
Qt6::Quick
|
|
Qt6::Core
|
|
)
|