Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DrKonqi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
DrKonqi
Commits
fc06541c
Commit
fc06541c
authored
Oct 15, 2017
by
Kevin Funk
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake: Announce dep on X11Extras in FeatureSummary
parent
c5047038
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
fc06541c
...
...
@@ -31,6 +31,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Widgets Test
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS I18n CoreAddons Service ConfigWidgets JobWidgets KIO Crash Completion XmlRpcClient WidgetsAddons Wallet Notifications IdleTime
)
find_package
(
Qt5X11Extras
${
QT_MIN_VERSION
}
CONFIG
)
set_package_properties
(
Qt5X11Extras PROPERTIES TYPE RECOMMENDED PURPOSE
"Recommended for better integration on X11."
)
include_directories
(
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
configure_file
(
config-X11.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config-X11.h
)
...
...
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