aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/.prev_CMakeLists.txt9
-rw-r--r--tests/auto/CMakeLists.txt9
-rw-r--r--tests/auto/qpixmap/CMakeLists.txt22
-rw-r--r--tests/auto/qwinjumplist/CMakeLists.txt13
-rw-r--r--tests/auto/qwinmime/CMakeLists.txt14
-rw-r--r--tests/auto/qwintaskbarbutton/CMakeLists.txt13
-rw-r--r--tests/auto/qwintaskbarprogress/CMakeLists.txt13
-rw-r--r--tests/auto/qwinthumbnailtoolbar/CMakeLists.txt13
8 files changed, 106 insertions, 0 deletions
diff --git a/tests/auto/.prev_CMakeLists.txt b/tests/auto/.prev_CMakeLists.txt
new file mode 100644
index 0000000..3198e58
--- /dev/null
+++ b/tests/auto/.prev_CMakeLists.txt
@@ -0,0 +1,9 @@
+# Generated from auto.pro.
+
+add_subdirectory(cmake)
+add_subdirectory(qwinthumbnailtoolbar)
+add_subdirectory(qpixmap)
+add_subdirectory(qwintaskbarbutton)
+add_subdirectory(qwintaskbarprogress)
+add_subdirectory(qwinjumplist)
+add_subdirectory(qwinmime)
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
new file mode 100644
index 0000000..a73c4dc
--- /dev/null
+++ b/tests/auto/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Generated from auto.pro.
+
+# add_subdirectory(cmake) # special case remove
+add_subdirectory(qwinthumbnailtoolbar)
+add_subdirectory(qpixmap)
+add_subdirectory(qwintaskbarbutton)
+add_subdirectory(qwintaskbarprogress)
+add_subdirectory(qwinjumplist)
+add_subdirectory(qwinmime)
diff --git a/tests/auto/qpixmap/CMakeLists.txt b/tests/auto/qpixmap/CMakeLists.txt
new file mode 100644
index 0000000..3fa1407
--- /dev/null
+++ b/tests/auto/qpixmap/CMakeLists.txt
@@ -0,0 +1,22 @@
+# Generated from qpixmap.pro.
+
+#####################################################################
+## tst_qpixmap Test:
+#####################################################################
+
+qt_add_test(tst_qpixmap
+ SOURCES
+ tst_qpixmap.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::WinExtras
+)
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qpixmap CONDITION QT_FEATURE_dynamicgl OR (WIN32 AND NOT TARGET Qt::OpenGL)
+ PUBLIC_LIBRARIES
+ gdi32
+ user32
+)
diff --git a/tests/auto/qwinjumplist/CMakeLists.txt b/tests/auto/qwinjumplist/CMakeLists.txt
new file mode 100644
index 0000000..a300ee8
--- /dev/null
+++ b/tests/auto/qwinjumplist/CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from qwinjumplist.pro.
+
+#####################################################################
+## tst_qwinjumplist Test:
+#####################################################################
+
+qt_add_test(tst_qwinjumplist
+ SOURCES
+ tst_qwinjumplist.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::WinExtras
+)
diff --git a/tests/auto/qwinmime/CMakeLists.txt b/tests/auto/qwinmime/CMakeLists.txt
new file mode 100644
index 0000000..e502d1f
--- /dev/null
+++ b/tests/auto/qwinmime/CMakeLists.txt
@@ -0,0 +1,14 @@
+# Generated from qwinmime.pro.
+
+#####################################################################
+## tst_qwinmime Test:
+#####################################################################
+
+qt_add_test(tst_qwinmime
+ SOURCES
+ tst_qwinmime.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+ Qt::WinExtras
+)
diff --git a/tests/auto/qwintaskbarbutton/CMakeLists.txt b/tests/auto/qwintaskbarbutton/CMakeLists.txt
new file mode 100644
index 0000000..f313e0d
--- /dev/null
+++ b/tests/auto/qwintaskbarbutton/CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from qwintaskbarbutton.pro.
+
+#####################################################################
+## tst_qwintaskbarbutton Test:
+#####################################################################
+
+qt_add_test(tst_qwintaskbarbutton
+ SOURCES
+ tst_qwintaskbarbutton.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::WinExtras
+)
diff --git a/tests/auto/qwintaskbarprogress/CMakeLists.txt b/tests/auto/qwintaskbarprogress/CMakeLists.txt
new file mode 100644
index 0000000..e218e3e
--- /dev/null
+++ b/tests/auto/qwintaskbarprogress/CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from qwintaskbarprogress.pro.
+
+#####################################################################
+## tst_qwintaskbarprogress Test:
+#####################################################################
+
+qt_add_test(tst_qwintaskbarprogress
+ SOURCES
+ tst_qwintaskbarprogress.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::WinExtras
+)
diff --git a/tests/auto/qwinthumbnailtoolbar/CMakeLists.txt b/tests/auto/qwinthumbnailtoolbar/CMakeLists.txt
new file mode 100644
index 0000000..ec17682
--- /dev/null
+++ b/tests/auto/qwinthumbnailtoolbar/CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from qwinthumbnailtoolbar.pro.
+
+#####################################################################
+## tst_qwinthumbnailtoolbar Test:
+#####################################################################
+
+qt_add_test(tst_qwinthumbnailtoolbar
+ SOURCES
+ tst_qwinthumbnailtoolbar.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::WinExtras
+)