aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 19:13:03 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 10:22:34 +0000
commit387f360b3b2634094889478f2b258e65a70b9aa6 (patch)
tree7d9ebf04b46d2a25d41bae1cfb11db51daa2b318 /tests/auto/quick/pointerhandlers
parente9cac99f3796740ea93b23b0fe893fc880e0b5d4 (diff)
Regenerate tests
Change-Id: I67a6c8f1659e7b471a4fcb92a2699292cf4eea81 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/quick/pointerhandlers')
-rw-r--r--tests/auto/quick/pointerhandlers/flickableinterop/CMakeLists.txt11
-rw-r--r--tests/auto/quick/pointerhandlers/multipointtoucharea_interop/CMakeLists.txt11
-rw-r--r--tests/auto/quick/pointerhandlers/qquickdraghandler/CMakeLists.txt11
-rw-r--r--tests/auto/quick/pointerhandlers/qquickhoverhandler/CMakeLists.txt11
-rw-r--r--tests/auto/quick/pointerhandlers/qquickpinchhandler/CMakeLists.txt11
-rw-r--r--tests/auto/quick/pointerhandlers/qquickpointerhandler/CMakeLists.txt13
-rw-r--r--tests/auto/quick/pointerhandlers/qquickpointhandler/CMakeLists.txt11
-rw-r--r--tests/auto/quick/pointerhandlers/qquicktaphandler/CMakeLists.txt13
-rw-r--r--tests/auto/quick/pointerhandlers/qquickwheelhandler/CMakeLists.txt11
9 files changed, 18 insertions, 85 deletions
diff --git a/tests/auto/quick/pointerhandlers/flickableinterop/CMakeLists.txt b/tests/auto/quick/pointerhandlers/flickableinterop/CMakeLists.txt
index f45173d469..ef495e7844 100644
--- a/tests/auto/quick/pointerhandlers/flickableinterop/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/flickableinterop/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_flickableinterop
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -37,15 +34,11 @@ add_qt_test(tst_flickableinterop
)
#### Keys ignored in scope 1:.:.:flickableinterop.pro:<TRUE>:
-# CONFIG = "testcase"
# OTHER_FILES = "data/flickableWithHandlers.qml" "data/Slider.qml"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:flickableinterop.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_flickableinterop CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
diff --git a/tests/auto/quick/pointerhandlers/multipointtoucharea_interop/CMakeLists.txt b/tests/auto/quick/pointerhandlers/multipointtoucharea_interop/CMakeLists.txt
index e65638f6d5..a6ff5adab4 100644
--- a/tests/auto/quick/pointerhandlers/multipointtoucharea_interop/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/multipointtoucharea_interop/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_multipointtoucharea_interop
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -37,15 +34,11 @@ add_qt_test(tst_multipointtoucharea_interop
)
#### Keys ignored in scope 1:.:.:multipointtoucharea_interop.pro:<TRUE>:
-# CONFIG = "testcase"
# OTHER_FILES = "data/pinchDragMPTA.qml"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:multipointtoucharea_interop.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_multipointtoucharea_interop CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
diff --git a/tests/auto/quick/pointerhandlers/qquickdraghandler/CMakeLists.txt b/tests/auto/quick/pointerhandlers/qquickdraghandler/CMakeLists.txt
index fdd71ce558..2db5a70c03 100644
--- a/tests/auto/quick/pointerhandlers/qquickdraghandler/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/qquickdraghandler/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_qquickdraghandler
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -37,15 +34,11 @@ add_qt_test(tst_qquickdraghandler
)
#### Keys ignored in scope 1:.:.:qquickdraghandler.pro:<TRUE>:
-# CONFIG = "testcase"
# OTHER_FILES = "data/DragAnywhereSlider.qml" "data/FlashAnimation.qml" "data/Slider.qml" "data/draggables.qml" "data/grabberstate.qml" "data/multipleSliders.qml" "data/reparenting.qml" "data/snapMode.qml"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:qquickdraghandler.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_qquickdraghandler CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
diff --git a/tests/auto/quick/pointerhandlers/qquickhoverhandler/CMakeLists.txt b/tests/auto/quick/pointerhandlers/qquickhoverhandler/CMakeLists.txt
index 0305faf119..b7e2983b73 100644
--- a/tests/auto/quick/pointerhandlers/qquickhoverhandler/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/qquickhoverhandler/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_qquickhoverhandler
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -37,15 +34,11 @@ add_qt_test(tst_qquickhoverhandler
)
#### Keys ignored in scope 1:.:.:qquickhoverhandler.pro:<TRUE>:
-# CONFIG = "testcase"
# OTHER_FILES = "data/lesHoverables.qml"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:qquickhoverhandler.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_qquickhoverhandler CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
diff --git a/tests/auto/quick/pointerhandlers/qquickpinchhandler/CMakeLists.txt b/tests/auto/quick/pointerhandlers/qquickpinchhandler/CMakeLists.txt
index c00d7af096..edcc3cd7c3 100644
--- a/tests/auto/quick/pointerhandlers/qquickpinchhandler/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/qquickpinchhandler/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_qquickpinchhandler
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -37,15 +34,11 @@ add_qt_test(tst_qquickpinchhandler
)
#### Keys ignored in scope 1:.:.:qquickpinchhandler.pro:<TRUE>:
-# CONFIG = "testcase"
# OTHER_FILES = "data/pinchproperties.qml" "data/threeFingers.qml" "data/transformedPinchArea.qml"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:qquickpinchhandler.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_qquickpinchhandler CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
diff --git a/tests/auto/quick/pointerhandlers/qquickpointerhandler/CMakeLists.txt b/tests/auto/quick/pointerhandlers/qquickpointerhandler/CMakeLists.txt
index 7650009e5e..d05c3067d3 100644
--- a/tests/auto/quick/pointerhandlers/qquickpointerhandler/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/qquickpointerhandler/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_qquickpointerhandler
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -36,15 +33,9 @@ add_qt_test(tst_qquickpointerhandler
TESTDATA ${test_data}
)
-#### Keys ignored in scope 1:.:.:qquickpointerhandler.pro:<TRUE>:
-# CONFIG = "testcase"
-
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:qquickpointerhandler.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_qquickpointerhandler CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
diff --git a/tests/auto/quick/pointerhandlers/qquickpointhandler/CMakeLists.txt b/tests/auto/quick/pointerhandlers/qquickpointhandler/CMakeLists.txt
index ec05ce058e..5db27144bf 100644
--- a/tests/auto/quick/pointerhandlers/qquickpointhandler/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/qquickpointhandler/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_qquickpointhandler
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -37,15 +34,11 @@ add_qt_test(tst_qquickpointhandler
)
#### Keys ignored in scope 1:.:.:qquickpointhandler.pro:<TRUE>:
-# CONFIG = "testcase"
# OTHER_FILES = "data/pointTracker.qml"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:qquickpointhandler.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_qquickpointhandler CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
diff --git a/tests/auto/quick/pointerhandlers/qquicktaphandler/CMakeLists.txt b/tests/auto/quick/pointerhandlers/qquicktaphandler/CMakeLists.txt
index f80bb5400b..c57a77725e 100644
--- a/tests/auto/quick/pointerhandlers/qquicktaphandler/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/qquicktaphandler/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_qquicktaphandler
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -36,15 +33,9 @@ add_qt_test(tst_qquicktaphandler
TESTDATA ${test_data}
)
-#### Keys ignored in scope 1:.:.:qquicktaphandler.pro:<TRUE>:
-# CONFIG = "testcase"
-
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:qquicktaphandler.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_qquicktaphandler CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
diff --git a/tests/auto/quick/pointerhandlers/qquickwheelhandler/CMakeLists.txt b/tests/auto/quick/pointerhandlers/qquickwheelhandler/CMakeLists.txt
index beee5e2c7a..222c985ce7 100644
--- a/tests/auto/quick/pointerhandlers/qquickwheelhandler/CMakeLists.txt
+++ b/tests/auto/quick/pointerhandlers/qquickwheelhandler/CMakeLists.txt
@@ -5,15 +5,12 @@
#####################################################################
# Collect test data
-
-file(GLOB test_data_glob
- LIST_DIRECTORIES true
+file(GLOB_RECURSE test_data_glob
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "data/*")
+ data/*)
list(APPEND test_data ${test_data_glob})
add_qt_test(tst_qquickwheelhandler
- GUI
SOURCES
../../../shared/util.cpp ../../../shared/util.h
../../shared/geometrytestutil.cpp ../../shared/geometrytestutil.h
@@ -37,15 +34,11 @@ add_qt_test(tst_qquickwheelhandler
)
#### Keys ignored in scope 1:.:.:qquickwheelhandler.pro:<TRUE>:
-# CONFIG = "testcase"
# OTHER_FILES = "data/rectWheel.qml"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:qquickwheelhandler.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
-
extend_target(tst_qquickwheelhandler CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"