From 16ab843f95b2563ac1bae7d80cc2a899dbb1cfc9 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Mon, 13 Jul 2015 15:24:03 +0200 Subject: [PATCH] Clang: Add qt.widgets and qt.gui to unittests Change-Id: I52d1a5dce514daaf3de1262e3368addda7588d81 Reviewed-by: Nikolai Kosjar --- tests/unit/unittest/unittest.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/unittest/unittest.pro b/tests/unit/unittest/unittest.pro index e765da89d7a..826bf52f8c1 100644 --- a/tests/unit/unittest/unittest.pro +++ b/tests/unit/unittest/unittest.pro @@ -1,5 +1,4 @@ -QT += core network testlib -QT -= gui +QT += core network testlib widgets TARGET = unittest CONFIG += console c++14 testcase