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/qqmlmoduleplugin/pluginMixed | |
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/qqmlmoduleplugin/pluginMixed')
-rw-r--r-- | tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/auto/qml/qqmlmoduleplugin/pluginMixed/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt index 2cf70361dc..651a4e124b 100644 --- a/tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt +++ b/tests/auto/qml/qqmlmoduleplugin/pluginMixed/.prev_CMakeLists.txt @@ -4,7 +4,7 @@ ## pluginMixed Generic Library: ##################################################################### -add_cmake_library(pluginMixed +qt_add_cmake_library(pluginMixed MODULE OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlMixedPluginType" SOURCES diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginMixed/CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/pluginMixed/CMakeLists.txt index ce2b0a7cf0..a31f9d7a91 100644 --- a/tests/auto/qml/qqmlmoduleplugin/pluginMixed/CMakeLists.txt +++ b/tests/auto/qml/qqmlmoduleplugin/pluginMixed/CMakeLists.txt @@ -4,7 +4,7 @@ ## pluginMixed Generic Library: ##################################################################### -add_cmake_library(pluginMixed +qt_add_cmake_library(pluginMixed MODULE OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/AutoTestQmlMixedPluginType" SOURCES |