Replace the usage of AUTO_RESOURCE_PREFIX with QTP0001 policy
Change-Id: Ia31ba1483ada2adaec5773ca92322b96f2f57c17 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
38e113547a
commit
a2b8a0940f
|
@ -13,9 +13,10 @@ set(common_libraries
|
|||
|
||||
target_link_libraries(qmltc_exported_tests_module PUBLIC ${common_libraries})
|
||||
|
||||
qt_policy(SET QTP0001 NEW)
|
||||
|
||||
qt6_add_qml_module(qmltc_exported_tests_module
|
||||
URI QmltcExportedTests
|
||||
AUTO_RESOURCE_PREFIX
|
||||
QML_FILES
|
||||
HelloExportedWorld.qml
|
||||
DEPENDENCIES
|
||||
|
|
Loading…
Reference in New Issue