UnitTests: Fix dependencies

Change-Id: Ia5e3968aea4ae724f7554c2f7fa7223953236816
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Burak Hancerli <burak.hancerli@qt.io>
This commit is contained in:
Marco Bubke
2023-06-21 14:47:13 +02:00
parent 977facbbda
commit 57c4316e54
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ add_qtc_library(TestMatchers OBJECT
SKIP_AUTOMOC ON
PUBLIC_INCLUDES ${CMAKE_CURRENT_LIST_DIR}
DEPENDS
Googletest
Googletest Utils
SOURCES
dynamicastmatcherdiagnosticcontainer-matcher.h
unittest-matchers.h

View File

@@ -4,6 +4,7 @@
#pragma once
#include <gmock/gmock-matchers.h>
#include <gmock/gmock-more-matchers.h>
#include <utils/smallstringio.h>