diff options
| -rw-r--r-- | tests/auto/qml/linebylinelex/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/auto/quickcontrols2/qquicktextarea/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/auto/quickcontrols2/qquicktextfield/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qml/linebylinelex/CMakeLists.txt b/tests/auto/qml/linebylinelex/CMakeLists.txt index a75903b573..0a5ce1b1eb 100644 --- a/tests/auto/qml/linebylinelex/CMakeLists.txt +++ b/tests/auto/qml/linebylinelex/CMakeLists.txt @@ -15,7 +15,7 @@ list(APPEND test_data ${test_data_glob} ${test_data_glob2}) qt_internal_add_test(tst_linebylinelex SOURCES tst_linebylinelex.cpp - PUBLIC_LIBRARIES + LIBRARIES Qt::Qml Qt::QuickTestUtilsPrivate TESTDATA ${test_data} diff --git a/tests/auto/quickcontrols2/qquicktextarea/CMakeLists.txt b/tests/auto/quickcontrols2/qquicktextarea/CMakeLists.txt index 553a1588ae..b3dc0908c3 100644 --- a/tests/auto/quickcontrols2/qquicktextarea/CMakeLists.txt +++ b/tests/auto/quickcontrols2/qquicktextarea/CMakeLists.txt @@ -16,7 +16,7 @@ qt_internal_add_test(tst_qquicktextarea tst_qquicktextarea.cpp DEFINES QQC2_IMPORT_PATH=\\\"${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/quickcontrols2\\\" - PUBLIC_LIBRARIES + LIBRARIES Qt::CorePrivate Qt::Gui Qt::GuiPrivate diff --git a/tests/auto/quickcontrols2/qquicktextfield/CMakeLists.txt b/tests/auto/quickcontrols2/qquicktextfield/CMakeLists.txt index 953e75d9d8..7467bf8375 100644 --- a/tests/auto/quickcontrols2/qquicktextfield/CMakeLists.txt +++ b/tests/auto/quickcontrols2/qquicktextfield/CMakeLists.txt @@ -16,7 +16,7 @@ qt_internal_add_test(tst_qquicktextfield tst_qquicktextfield.cpp DEFINES QQC2_IMPORT_PATH=\\\"${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/quickcontrols2\\\" - PUBLIC_LIBRARIES + LIBRARIES Qt::CorePrivate Qt::Gui Qt::GuiPrivate |
