aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-08-17 10:59:43 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-08-17 11:48:14 +0200
commit9ca5989ba9dbf7a80ad885cf6f820af16d558333 (patch)
tree15c0a6b172d349df60f591d91bfb47a588d77a50
parent5da22789484add3cd87b1f36f406571091841d20 (diff)
Fix the CMakeList.txt of the manual tests
Amends a25e455017fefef310642c6f33da4b8fd9ece4d2. Task-number: QTBUG-78164 Change-Id: I85c6215b07f13fe621d544c8fc8c926cc78332ec Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--tests/manual/dwmfeatures/.prev_CMakeLists.txt21
-rw-r--r--tests/manual/dwmfeatures/CMakeLists.txt2
-rw-r--r--tests/manual/imageconversion/.prev_CMakeLists.txt19
-rw-r--r--tests/manual/imageconversion/CMakeLists.txt2
-rw-r--r--tests/manual/jumplist/.prev_CMakeLists.txt21
-rw-r--r--tests/manual/jumplist/CMakeLists.txt2
-rw-r--r--tests/manual/thumbnail/.prev_CMakeLists.txt17
-rw-r--r--tests/manual/thumbnail/CMakeLists.txt2
8 files changed, 82 insertions, 4 deletions
diff --git a/tests/manual/dwmfeatures/.prev_CMakeLists.txt b/tests/manual/dwmfeatures/.prev_CMakeLists.txt
new file mode 100644
index 0000000..60c8dd1
--- /dev/null
+++ b/tests/manual/dwmfeatures/.prev_CMakeLists.txt
@@ -0,0 +1,21 @@
+# Generated from dwmfeatures.pro.
+
+#####################################################################
+## dwmfeatures Binary:
+#####################################################################
+
+qt_add_executable(dwmfeatures
+ GUI
+ SOURCES
+ main.cpp
+ testwidget.cpp testwidget.h testwidget.ui
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+ Qt::WinExtras
+ ENABLE_AUTOGEN_TOOLS
+ uic
+)
+
+#### Keys ignored in scope 1:.:.:dwmfeatures.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/manual/dwmfeatures/CMakeLists.txt b/tests/manual/dwmfeatures/CMakeLists.txt
index 60c8dd1..30a090d 100644
--- a/tests/manual/dwmfeatures/CMakeLists.txt
+++ b/tests/manual/dwmfeatures/CMakeLists.txt
@@ -4,7 +4,7 @@
## dwmfeatures Binary:
#####################################################################
-qt_add_executable(dwmfeatures
+qt_add_manual_test(dwmfeatures # special case
GUI
SOURCES
main.cpp
diff --git a/tests/manual/imageconversion/.prev_CMakeLists.txt b/tests/manual/imageconversion/.prev_CMakeLists.txt
new file mode 100644
index 0000000..b75901a
--- /dev/null
+++ b/tests/manual/imageconversion/.prev_CMakeLists.txt
@@ -0,0 +1,19 @@
+# Generated from imageconversion.pro.
+
+#####################################################################
+## imageconversion Binary:
+#####################################################################
+
+qt_add_executable(imageconversion
+ SOURCES
+ main.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+ Qt::WinExtras
+ gdi32
+ user32
+)
+
+#### Keys ignored in scope 1:.:.:imageconversion.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/manual/imageconversion/CMakeLists.txt b/tests/manual/imageconversion/CMakeLists.txt
index b75901a..a90d080 100644
--- a/tests/manual/imageconversion/CMakeLists.txt
+++ b/tests/manual/imageconversion/CMakeLists.txt
@@ -4,7 +4,7 @@
## imageconversion Binary:
#####################################################################
-qt_add_executable(imageconversion
+qt_add_manual_test(imageconversion # special case
SOURCES
main.cpp
PUBLIC_LIBRARIES
diff --git a/tests/manual/jumplist/.prev_CMakeLists.txt b/tests/manual/jumplist/.prev_CMakeLists.txt
new file mode 100644
index 0000000..b73180a
--- /dev/null
+++ b/tests/manual/jumplist/.prev_CMakeLists.txt
@@ -0,0 +1,21 @@
+# Generated from jumplist.pro.
+
+#####################################################################
+## jumplist Binary:
+#####################################################################
+
+qt_add_executable(jumplist
+ GUI
+ SOURCES
+ main.cpp
+ testwidget.cpp testwidget.h testwidget.ui
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+ Qt::WinExtras
+ ENABLE_AUTOGEN_TOOLS
+ uic
+)
+
+#### Keys ignored in scope 1:.:.:jumplist.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/manual/jumplist/CMakeLists.txt b/tests/manual/jumplist/CMakeLists.txt
index b73180a..916c125 100644
--- a/tests/manual/jumplist/CMakeLists.txt
+++ b/tests/manual/jumplist/CMakeLists.txt
@@ -4,7 +4,7 @@
## jumplist Binary:
#####################################################################
-qt_add_executable(jumplist
+qt_add_manual_test(jumplist # special case
GUI
SOURCES
main.cpp
diff --git a/tests/manual/thumbnail/.prev_CMakeLists.txt b/tests/manual/thumbnail/.prev_CMakeLists.txt
new file mode 100644
index 0000000..9c1d8e3
--- /dev/null
+++ b/tests/manual/thumbnail/.prev_CMakeLists.txt
@@ -0,0 +1,17 @@
+# Generated from thumbnail.pro.
+
+#####################################################################
+## thumbnail Binary:
+#####################################################################
+
+qt_add_executable(thumbnail
+ SOURCES
+ main.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+ Qt::WinExtras
+)
+
+#### Keys ignored in scope 1:.:.:thumbnail.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/manual/thumbnail/CMakeLists.txt b/tests/manual/thumbnail/CMakeLists.txt
index 9c1d8e3..03c66c4 100644
--- a/tests/manual/thumbnail/CMakeLists.txt
+++ b/tests/manual/thumbnail/CMakeLists.txt
@@ -4,7 +4,7 @@
## thumbnail Binary:
#####################################################################
-qt_add_executable(thumbnail
+qt_add_manual_test(thumbnail # special case
SOURCES
main.cpp
PUBLIC_LIBRARIES