summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt
blob: 3aa4511d6f2096c984bd80f63e4dd7b68f26294c (plain)
1
2
3
4
5
6
7
8
add_qt_test(tst_qglobalstatic
    SOURCES
        tst_qglobalstatic.cpp
    DEFINES
        SRCDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/\"
    LIBRARIES
        Qt::CorePrivate
)