summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 16:29:09 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 22:20:08 +0200
commit432c0e58ea6cb46117eb66bb83258f7cd93a6226 (patch)
tree3772f796fb886be02d85f367f6ffc5709d05488f
parent2727412238300d847493351e706f01d180c64d70 (diff)
CMake: Regenerate projects before API change
Task-number: QTBUG-86815 Change-Id: I5b7f85344ebe2bf4baf36c5e29975051ce1a72ff Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--src/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/linguist/lupdate/.prev_CMakeLists.txt10
2 files changed, 11 insertions, 1 deletions
diff --git a/src/.prev_CMakeLists.txt b/src/.prev_CMakeLists.txt
index 1747a7d13..ef189b947 100644
--- a/src/.prev_CMakeLists.txt
+++ b/src/.prev_CMakeLists.txt
@@ -12,7 +12,7 @@ if(QT_FEATURE_png AND QT_FEATURE_pushbutton AND QT_FEATURE_toolbutton AND TARGET
add_subdirectory(designer)
add_subdirectory(pixeltool)
endif()
-if(QT_FEATURE_png AND QT_FEATURE_pushbutton AND QT_FEATURE_toolbutton AND TARGET Qt::Widgets AND (QT_PLUGINS___contains___qtsqlite OR NOT static))
+if(QT_FEATURE_png AND QT_FEATURE_pushbutton AND QT_FEATURE_toolbutton AND TARGET Qt::Widgets AND (QT_PLUGINS___contains___qsqlite OR NOT static))
add_subdirectory(assistant)
endif()
if(QT_FEATURE_png AND QT_FEATURE_thread AND QT_FEATURE_toolbutton AND TARGET Qt::Quick AND TARGET Qt::Widgets)
diff --git a/tests/auto/linguist/lupdate/.prev_CMakeLists.txt b/tests/auto/linguist/lupdate/.prev_CMakeLists.txt
new file mode 100644
index 000000000..405663002
--- /dev/null
+++ b/tests/auto/linguist/lupdate/.prev_CMakeLists.txt
@@ -0,0 +1,10 @@
+# Generated from lupdate.pro.
+
+#####################################################################
+## tst_lupdate Test:
+#####################################################################
+
+qt_add_test(tst_lupdate
+ SOURCES
+ tst_lupdate.cpp
+)