summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdf/qpdfdocument/CMakeLists.txt
blob: 4551fdb6cf22f39dea548f546b4814b21d20c10c (plain)
1
2
3
4
5
6
7
8
9
qt_internal_add_test(tst_qpdfdocument
    SOURCES
        tst_qpdfdocument.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Network
        Qt::PrintSupport
        Qt::Pdf
)