Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
KTeaTime
Commits
2d035a25
Commit
2d035a25
authored
Jan 21, 2016
by
Michael Palimaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused dependencies.
REVIEW: 126827
parent
747269cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
CMakeLists.txt
CMakeLists.txt
+0
-2
src/CMakeLists.txt
src/CMakeLists.txt
+0
-1
No files found.
CMakeLists.txt
View file @
2d035a25
...
...
@@ -9,7 +9,6 @@ include(ECMInstallIcons)
find_package
(
Qt5 5.2.0 CONFIG REQUIRED
Core
Widgets
DBus
)
find_package
(
KF5 5.15.0 REQUIRED
...
...
@@ -20,7 +19,6 @@ find_package(KF5 5.15.0 REQUIRED
IconThemes
NotifyConfig
Notifications
WidgetsAddons
TextWidgets
XmlGui
)
...
...
src/CMakeLists.txt
View file @
2d035a25
...
...
@@ -14,7 +14,6 @@ target_link_libraries(kteatime
KF5::Notifications
KF5::NotifyConfig
KF5::TextWidgets
KF5::WidgetsAddons
KF5::XmlGui
)
...
...
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