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
System
Dolphin
Commits
bc3e77d2
Commit
bc3e77d2
authored
Dec 05, 2020
by
Elvis Angelaccio
Browse files
Drop obsolete KF5 version check
We depend on 5.77 now.
parent
c4a1903d
Pipeline
#43053
passed with stage
in 6 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tests/CMakeLists.txt
View file @
bc3e77d2
...
...
@@ -74,11 +74,9 @@ LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)
ecm_add_test
(
draganddrophelpertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test
)
# PlacesItemModelTest
if
(
KF5_VERSION VERSION_GREATER_EQUAL 5.63.0
)
ecm_add_test
(
placesitemmodeltest.cpp
TEST_NAME placesitemmodeltest
LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test
)
endif
()
ecm_add_test
(
placesitemmodeltest.cpp
TEST_NAME placesitemmodeltest
LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test
)
find_gem
(
test-unit
)
set_package_properties
(
Gem:test-unit PROPERTIES
...
...
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