From 44709728df6859307db9ed969a19da3bee93bba9 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 25 Jul 2018 15:31:18 +0300 Subject: [PATCH] Fix fatal build error: QPrinter: No such file or directory. --HG-- branch : develop --- src/libs/vtest/vtest.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vtest/vtest.pro b/src/libs/vtest/vtest.pro index 3fbfb0106..a336d4810 100644 --- a/src/libs/vtest/vtest.pro +++ b/src/libs/vtest/vtest.pro @@ -7,7 +7,7 @@ # File with common stuff for whole project include(../../../common.pri) -QT += testlib widgets +QT += testlib widgets printsupport # Name of library TARGET = vtest