diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-01-05 22:10:47 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-01-05 22:10:47 +0900 |
commit | 27555e44dfbaae26a0e030cb3c22eb00ba8371f0 (patch) | |
tree | 10aa725a5376d3fd552acee4b8296c6122a857f9 /examples | |
parent | e31bc6fe6b87562ea7879ab5ad1f8556f6df2d1d (diff) | |
download | libquotient-27555e44dfbaae26a0e030cb3c22eb00ba8371f0.tar.gz libquotient-27555e44dfbaae26a0e030cb3c22eb00ba8371f0.zip |
Add Qt5::Multimedia to examples/CMakeLists.txt too
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 2 |
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) |