Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Dolphin Plugins
Commits
42a9c696
Commit
42a9c696
authored
Aug 04, 2022
by
Laurent Montel
Browse files
Adapt build system against qt6
parent
df72ed86
Changes
6
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
42a9c696
...
...
@@ -26,7 +26,7 @@ include(FeatureSummary)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055a00
)
find_package
(
Qt
5
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS
Core
Widgets
Network
...
...
dropbox/CMakeLists.txt
View file @
42a9c696
...
...
@@ -3,9 +3,9 @@ add_definitions(-DTRANSLATION_DOMAIN=\"fileviewdropboxplugin\")
kcoreaddons_add_plugin
(
fileviewdropboxplugin SOURCES fileviewdropboxplugin.cpp INSTALL_NAMESPACE
"dolphin/vcs"
)
target_link_libraries
(
fileviewdropboxplugin
Qt
5
::Core
Qt
5
::Widgets
Qt
5
::Network
Qt::Core
Qt::Widgets
Qt::Network
KF5::I18n
KF5::XmlGui
KF5::KIOCore
...
...
git/CMakeLists.txt
View file @
42a9c696
...
...
@@ -17,8 +17,8 @@ kconfig_add_kcfg_files(fileviewgitplugin
)
target_link_libraries
(
fileviewgitplugin
Qt
5
::Core
Qt
5
::Widgets
Qt::Core
Qt::Widgets
KF5::I18n
KF5::XmlGui
KF5::KIOCore
...
...
hg/CMakeLists.txt
View file @
42a9c696
...
...
@@ -46,8 +46,8 @@ kconfig_add_kcfg_files(fileviewhgplugin
)
target_link_libraries
(
fileviewhgplugin
Qt
5
::Core
Qt
5
::Widgets
Qt::Core
Qt::Widgets
KF5::KIOCore
KF5::I18n
KF5::CoreAddons
...
...
mountiso/CMakeLists.txt
View file @
42a9c696
...
...
@@ -6,7 +6,7 @@ kcoreaddons_add_plugin(
INSTALL_NAMESPACE
"kf5/kfileitemaction"
)
target_link_libraries
(
mountisoaction
Qt
5
::DBus
Qt::DBus
KF5::I18n
KF5::KIOWidgets
KF5::Solid
)
svn/CMakeLists.txt
View file @
42a9c696
...
...
@@ -24,8 +24,8 @@ kconfig_add_kcfg_files(fileviewsvnplugin
)
target_link_libraries
(
fileviewsvnplugin
Qt
5
::Core
Qt
5
::Widgets
Qt::Core
Qt::Widgets
KF5::I18n
KF5::XmlGui
KF5::KIOCore
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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