aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/CMakeLists.txt
blob: 4c4cf0b1e5f59cc98e51614d04d3434a5f0883a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_subdirectory(data)

qt_internal_add_test(tst_qmlcppcodegen
    SOURCES
        tst_qmlcppcodegen.cpp
    LIBRARIES
        Qt::Qml
        Qt::Gui
        codegen_test_module
        codegen_test_moduleplugin
)