Skip to content

Commit

Permalink
Fix QuickTest module
Browse files Browse the repository at this point in the history
It should be available under version 6.0 and we don't need to specify
all the details.

Pick-to: 6.2
Change-Id: Ic8756d3dc55188693068028d033bc2d13416d885
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
  • Loading branch information
Ulf Hermann committed Jun 30, 2021
1 parent af7aae4 commit bf17318
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/qmltest/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@
#####################################################################

set_source_files_properties(TestCase.qml SignalSpy.qml PROPERTIES
QT_QML_SOURCE_VERSION "1.0"
QT_QML_SOURCE_VERSION "1.0;6.0"
)
set_source_files_properties(testlogger.js PROPERTIES
QT_QML_SKIP_QMLDIR_ENTRY TRUE
Expand All @@ -12,10 +12,9 @@ set_source_files_properties(testlogger.js PROPERTIES
qt_internal_add_qml_module(QuickTest
URI "QtTest"
VERSION "${PROJECT_VERSION}"
PLUGIN_TARGET qmltestplugin
CLASS_NAME QTestQmlModule
PAST_MAJOR_VERSIONS 1
DEPENDENCIES
QtQuick.Window/2.0
QtQuick.Window
CONFIG_MODULE_NAME qmltest
QMAKE_MODULE_CONFIG $${QT.testlib.CONFIG}
SOURCES
Expand Down

0 comments on commit bf17318

Please sign in to comment.