aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-01-05 22:10:47 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-01-05 22:10:47 +0900
commit27555e44dfbaae26a0e030cb3c22eb00ba8371f0 (patch)
tree10aa725a5376d3fd552acee4b8296c6122a857f9 /examples
parente31bc6fe6b87562ea7879ab5ad1f8556f6df2d1d (diff)
downloadlibquotient-27555e44dfbaae26a0e030cb3c22eb00ba8371f0.tar.gz
libquotient-27555e44dfbaae26a0e030cb3c22eb00ba8371f0.zip
Add Qt5::Multimedia to examples/CMakeLists.txt too
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 49e0089a..cd5e15ed 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -45,7 +45,7 @@ foreach (FLAG all "" pedantic extra error=return-type no-unused-parameter no-gnu
endif ()
endforeach ()
-find_package(Qt5 5.6 REQUIRED Network Gui)
+find_package(Qt5 5.6 REQUIRED Network Gui Multimedia)
get_filename_component(Qt5_Prefix "${Qt5_DIR}/../../../.." ABSOLUTE)
find_package(QMatrixClient REQUIRED)