diff options
author | Alexandru Croitor <[email protected]> | 2019-11-14 13:31:06 +0100 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2019-11-15 12:24:51 +0000 |
commit | ba494aaa24defe1401f621b791891e696b308756 (patch) | |
tree | 3617f29e9625fafbf94609ac79b2decd4033107c /tests/auto/qml/qjsvalueiterator | |
parent | 91e32f86b53bb930405a58e19c84746ee85cdf89 (diff) |
Regenerate all projects with new CMake API version
Change-Id: Ie0db35f674137c229eaf049616f38f8e818f7092
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'tests/auto/qml/qjsvalueiterator')
-rw-r--r-- | tests/auto/qml/qjsvalueiterator/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qjsvalueiterator/CMakeLists.txt b/tests/auto/qml/qjsvalueiterator/CMakeLists.txt index a347407f91..48edd77265 100644 --- a/tests/auto/qml/qjsvalueiterator/CMakeLists.txt +++ b/tests/auto/qml/qjsvalueiterator/CMakeLists.txt @@ -4,7 +4,7 @@ ## tst_qjsvalueiterator Test: ##################################################################### -add_qt_test(tst_qjsvalueiterator +qt_add_test(tst_qjsvalueiterator SOURCES tst_qjsvalueiterator.cpp PUBLIC_LIBRARIES |