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
Plasma
libksysguard
Commits
59a0b9e3
Commit
59a0b9e3
authored
Feb 02, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
c3de4a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
faces/CMakeLists.txt
View file @
59a0b9e3
...
...
@@ -9,6 +9,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"KSysGuardSensorFaces\")
set
(
faces_LIB_SRCS
SensorFaceController.cpp
SensorFace.cpp
resources.qrc
)
set
(
faces_LIB_HEADERS
...
...
@@ -23,9 +24,8 @@ ecm_qt_declare_logging_category(faces_LIB_SRCS
DESCRIPTION
"libksysguard (faces)"
EXPORT LIBKSYSGUARD
)
set_source_files_properties
(
org.kde.KSysGuardDaemon.xml PROPERTIES INCLUDE SensorInfo_p.h
)
qt5_add_resources
(
RESOURCES resources.qrc
)
add_library
(
SensorFaces
${
faces_LIB_SRCS
}
${
RESOURCES
}
)
add_library
(
SensorFaces
${
faces_LIB_SRCS
}
)
add_library
(
KSysGuard::SensorFaces ALIAS SensorFaces
)
target_include_directories
(
SensorFaces
...
...
Write
Preview
Supports
Markdown
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