┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-03-15 13:30:13 +0100
committerLaurent Montel <[email protected]>2022-03-15 13:30:13 +0100
commitc6bccbf6de33ba907f1cddfa64dadb8cfeea4d2c (patch)
treee94096e471e2f4aa51f6cda17290193b0c490dbc /src/CMakeLists.txt
parentdb16b7d1cd6ec28399339d58f5f331587aafca44 (diff)
Fix some compile error against qt6
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bb898b5a7..2e8555cbc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -307,7 +307,7 @@ target_link_libraries(dolphinstatic
KF5::KCMUtils
KF5::DBusAddons
KF5::Notifications
- Phonon::phonon4qt5
+ Phonon::phonon4qt${QT_MAJOR_VERSION}
)
if (HAVE_KACTIVITIES)