aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-09-23 11:27:31 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-09-25 15:36:24 +0200
commitb601c26c97d4f641060fc7588d6ac97c9f3d32e4 (patch)
treeff6ef0f3f82fe7f6c7df21175ea37f4f423c6d69 /tests/manual
parent6b0618941a32067a0c5e1cfc9d8c40896657917e (diff)
CMake: Regenerate projects before API change
Task-number: QTBUG-86815 Change-Id: Ie0688d13b1787da3c1fc241a7d864aa014ca1d70 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/nativestyle/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/nativestyle/CMakeLists.txt b/tests/manual/nativestyle/CMakeLists.txt
index e4712a6e..af6aa7e8 100644
--- a/tests/manual/nativestyle/CMakeLists.txt
+++ b/tests/manual/nativestyle/CMakeLists.txt
@@ -1,4 +1,8 @@
# Generated from desktopgallery.pro.
+# special case skip regeneration
+# Remove the skip, after somebody figures out if this is supposed
+# to be a manual test, or a full-blown project like it is now
+# because it was copied over from an example.
cmake_minimum_required(VERSION 3.14)
project(desktopgallery LANGUAGES CXX)