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
PIM
Akonadi
Commits
cd0f10af
Commit
cd0f10af
authored
Oct 27, 2020
by
Laurent Montel
😁
Browse files
Fix generate search file for qmake
parent
44ca2fc9
Pipeline
#38829
failed with stage
in 32 minutes and 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/agentbase/CMakeLists.txt
View file @
cd0f10af
...
...
@@ -85,7 +85,7 @@ set_target_properties(KF5AkonadiAgentBase PROPERTIES
ecm_generate_pri_file
(
BASE_NAME AkonadiAgentBase
LIB_NAME KF5AkonadiAgentBase
DEPS
"AkonadiCore AkonadiPrivate ConfigCore ConfigGui"
FILENAME_VAR PRI_FILENAME
DEPS
"AkonadiCore AkonadiPrivate
K
ConfigCore
K
ConfigGui"
FILENAME_VAR PRI_FILENAME
)
install
(
TARGETS
...
...
src/core/CMakeLists.txt
View file @
cd0f10af
...
...
@@ -329,7 +329,7 @@ set_target_properties(KF5AkonadiCore PROPERTIES
ecm_generate_pri_file
(
BASE_NAME AkonadiCore
LIB_NAME KF5AkonadiCore
DEPS
"ItemModels CoreAddons"
FILENAME_VAR PRI_FILENAME
DEPS
"
K
ItemModels
K
CoreAddons"
FILENAME_VAR PRI_FILENAME
)
install
(
TARGETS
...
...
src/widgets/CMakeLists.txt
View file @
cd0f10af
...
...
@@ -131,7 +131,7 @@ set_target_properties(KF5AkonadiWidgets PROPERTIES
ecm_generate_pri_file
(
BASE_NAME AkonadiWidgets
LIB_NAME KF5AkonadiWidgets
DEPS
"AkonadiCore ItemModels"
FILENAME_VAR PRI_FILENAME
DEPS
"AkonadiCore
K
ItemModels"
FILENAME_VAR PRI_FILENAME
)
install
(
TARGETS
...
...
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