tst_qqmlengine: Avoid some CMake warnings

Change-Id: Iae9a5419634061dbaaa59127320eb59c8ef042b2
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
(cherry picked from commit e4b2ed4d41)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ulf Hermann 2023-01-13 15:29:41 +01:00 committed by Qt Cherry-pick Bot
parent 07cf1610a8
commit 6535564bc3
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ qt_add_qml_module(tst_qqmlengine_qml
SOURCES
"declarativelyregistered.h"
"declarativelyregistered.cpp"
RESOURCE_PREFIX
"/"
OUTPUT_DIRECTORY
"OnlyDeclarative"
)
qt_autogen_tools_initial_setup(tst_qqmlengine_qmlplugin)