summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprintdevice/CMakeLists.txt
blob: 60a60163280ccc22235ad4818459786d6001e9a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from qprintdevice.pro.

#####################################################################
## tst_qprintdevice Test:
#####################################################################

add_qt_test(tst_qprintdevice
    SOURCES
        tst_qprintdevice.cpp
    DEFINES
        QT_USE_USING_NAMESPACE
    LIBRARIES
        Qt::PrintSupportPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::PrintSupport
)