Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
76137873
Commit
76137873
authored
Mar 13, 2022
by
Devin Lin
🎨
Browse files
libmobileshell: Add licenses and prepare autotests cmake
parent
cf7e48e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
libmobileshell/LibMobileShellConfig.cmake.in
deleted
100644 → 0
View file @
cf7e48e6
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Core "@QT_MIN_VERSION@")
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
find_dependency(Qt5Quick "@QT_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/LibMobileShellLibraryTargets.cmake")
libmobileshell/autotests/CMakeLists.txt
View file @
76137873
# SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
include
(
ECMAddTests
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED Test
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../src"
)
include_directories
(
"
${
CMAKE_CURRENT_BINARY_DIR
}
/../src"
)
#ecm_add_tests(
#LINK_LIBRARIES KF5::KWeatherCore Qt${QT_MAJOR_VERSION}::Test
#)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment