┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <[email protected]>2018-07-08 14:13:52 +0200
committerFriedrich W. H. Kossebau <[email protected]>2018-07-08 14:13:52 +0200
commit64f7108d83e987d6719f84abe97585a78b537c05 (patch)
treee9bb8baff3ccfbd6b3c14e7baa603a1739f5896c /src
parentbd08aa09b23342b05cb3cbca1b0707eb050d349e (diff)
Mark PHONON_INCLUDES dirs as SYSTEM, so compiler omits them for warnings
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4a2cc7e80..eacb792fc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -268,7 +268,7 @@ qt5_add_resources(dolphinstatic_SRCS dolphin.qrc)
add_library(dolphinstatic STATIC ${dolphinstatic_SRCS})
-target_include_directories(dolphinstatic PRIVATE ${PHONON_INCLUDES})
+target_include_directories(dolphinstatic SYSTEM PRIVATE ${PHONON_INCLUDES})
target_link_libraries(dolphinstatic
dolphinprivate
KF5::KCMUtils