Warning, /rolisteam/rolisteam/src/tests/manual/pdf/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.16)
0002 
0003 set(CMAKE_AUTOMOC ON)
0004 
0005 set(QT_REQUIRED_VERSION "6.3.0")
0006 find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Test Core Widgets Pdf)
0007 
0008 add_executable(manual_pdf tst_pdf.cpp ${TEST_ROOT_DIR}/auto/assets/resources.qrc)
0009 target_link_libraries(manual_pdf PUBLIC Qt6::Core Qt6::Test Qt6::Widgets Qt6::Pdf PRIVATE core rwidgets common_core common_widget rmindmap common_qml diceparser_qobject diceparser_shared utils qml_views qml_components network )
0010