diff options
author | Alexandru Croitor <[email protected]> | 2022-07-26 17:35:58 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2022-07-28 14:58:42 +0200 |
commit | a8431a406788908c7224c12873a1e9e61953d39b (patch) | |
tree | 929514071a856c54f1a6c79ddfa868cd96a5c821 /tests/auto/qml/qjsonbinding | |
parent | a5ceeb755d79422125b378a9b610fb34212038a8 (diff) |
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I1cd769f85d5f82c43639d6787d98e536619249e6
Reviewed-by: Alexey Edelev <[email protected]>
Diffstat (limited to 'tests/auto/qml/qjsonbinding')
-rw-r--r-- | tests/auto/qml/qjsonbinding/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qjsonbinding/CMakeLists.txt b/tests/auto/qml/qjsonbinding/CMakeLists.txt index 6c5257c00e..9da7f2f947 100644 --- a/tests/auto/qml/qjsonbinding/CMakeLists.txt +++ b/tests/auto/qml/qjsonbinding/CMakeLists.txt @@ -16,7 +16,7 @@ list(APPEND test_data ${test_data_glob}) qt_internal_add_test(tst_qjsonbinding SOURCES tst_qjsonbinding.cpp - PUBLIC_LIBRARIES + LIBRARIES Qt::Gui Qt::GuiPrivate Qt::Qml |