mirror of https://github.com/JakubMelka/PDF4QT.git
Remove not needed dependencies
This commit is contained in:
parent
147a1ea586
commit
5a6f448467
|
@ -45,7 +45,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Svg Xml PrintSupport TextToSpeech Multimedia Network Test)
|
||||
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Svg Xml PrintSupport TextToSpeech Test)
|
||||
|
||||
if(PDF4QT_ENABLE_OPENGL)
|
||||
add_compile_definitions(PDF4QT_ENABLE_OPENGL)
|
||||
|
|
Loading…
Reference in New Issue