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
Plasma
Plasma Integration
Commits
53b409d7
Commit
53b409d7
authored
Apr 19, 2020
by
David Faure
Browse files
Remove too strict Qt/KF5 deprecation rule
parent
2f3c624c
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
53b409d7
...
@@ -46,10 +46,6 @@ add_definitions(-DTRANSLATION_DOMAIN=\"plasmaintegration5\")
...
@@ -46,10 +46,6 @@ add_definitions(-DTRANSLATION_DOMAIN=\"plasmaintegration5\")
if
(
IS_DIRECTORY
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/po"
)
if
(
IS_DIRECTORY
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/po"
)
ki18n_install
(
po
)
ki18n_install
(
po
)
endif
()
endif
()
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/.git"
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200
)
endif
()
add_subdirectory
(
src
)
add_subdirectory
(
src
)
add_subdirectory
(
autotests
)
add_subdirectory
(
autotests
)
add_subdirectory
(
tests
)
add_subdirectory
(
tests
)
...
...
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