Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergey Chupligin
BluezQt
Commits
6157ab53
Commit
6157ab53
authored
Oct 04, 2021
by
Sergey Chupligin
Browse files
Generate pkgconfig file
parent
c90c2b13
Pipeline
#84902
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6157ab53
...
...
@@ -22,6 +22,7 @@ include(ECMGenerateHeaders)
include
(
ECMAddQch
)
include
(
CMakePackageConfigHelpers
)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMGeneratePkgConfigFile
)
set
(
EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING
"Control the range of deprecated API excluded from the build [default=0]."
)
...
...
@@ -106,6 +107,12 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
if
(
${
INSTALL_UDEV_RULE
}
)
install
(
FILES 61-kde-bluetooth-rfkill.rules DESTINATION
${
UDEV_RULES_INSTALL_DIR
}
)
endif
()
ecm_generate_pkgconfig_file
(
BASE_NAME KF5BluezQt
INCLUDE_INSTALL_DIR
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/BluezQt/
DEPS
"Qt5Core Qt5Network Qt5DBbus"
INSTALL
)
endif
()
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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