summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sync.profile2
-rw-r--r--tests/auto/cmake/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index f0fe925..915cf73 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,5 +10,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/dev",
+ "qtbase" => "refs/heads/stable",
);
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
index c66b753..c9c5973 100644
--- a/tests/auto/cmake/CMakeLists.txt
+++ b/tests/auto/cmake/CMakeLists.txt
@@ -10,5 +10,5 @@ find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}")
test_module_includes(
- Svg QSvgWidget
+ Svg QSvgRenderer
)