Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
Kompare
Commits
1c2d71b3
Commit
1c2d71b3
authored
Feb 22, 2015
by
Michael Palimaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt5PrintSupport is actually hard-required by komparepart.
REVIEW: 122671
parent
3b7f12cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
CMakeLists.txt
CMakeLists.txt
+1
-2
No files found.
CMakeLists.txt
View file @
1c2d71b3
...
...
@@ -3,8 +3,7 @@ project(kompare)
# search packages used by KDE
include
(
FeatureSummary
)
find_package
(
Qt5 REQUIRED COMPONENTS Core Widgets
)
find_package
(
Qt5 OPTIONAL_COMPONENTS PrintSupport
)
find_package
(
Qt5 REQUIRED COMPONENTS Core PrintSupport Widgets
)
find_package
(
ECM 0.0.9 NO_MODULE REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
...
...
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