diff --git a/.travis.yml b/.travis.yml index e5cd4ce59..688e24370 100644 --- a/.travis.yml +++ b/.travis.yml @@ -242,7 +242,6 @@ script: - make - filelist/test-filelist - projectfile/test-projectfile - - translationhandler/test-translationhandler - xmlreportv2/test-xmlreportv2 - cd ../.. # Build triage diff --git a/gui/test/benchmark/simple/simple.pro b/gui/test/benchmark/simple/simple.pro index 895f8ebc2..ef25b2ce5 100644 --- a/gui/test/benchmark/simple/simple.pro +++ b/gui/test/benchmark/simple/simple.pro @@ -5,8 +5,6 @@ INCLUDEPATH += . OBJECTS_DIR = ../../build MOC_DIR = ../../build -QT += testlib - include(../../common.pri) DEFINES += SRCDIR=\\\"$$PWD\\\" diff --git a/gui/test/common.pri b/gui/test/common.pri index abd311b08..ae7eacfe6 100644 --- a/gui/test/common.pri +++ b/gui/test/common.pri @@ -1,6 +1,4 @@ -Qt += testlib -QT += widgets -QT += printsupport +QT += testlib INCLUDEPATH += $${PWD}/.. diff --git a/gui/test/projectfile/projectfile.pro b/gui/test/projectfile/projectfile.pro index bc6b6c2d6..054ade280 100644 --- a/gui/test/projectfile/projectfile.pro +++ b/gui/test/projectfile/projectfile.pro @@ -4,7 +4,6 @@ DEPENDPATH += . INCLUDEPATH += . OBJECTS_DIR = ../build MOC_DIR = ../build -QT += widgets testlib include(../common.pri) diff --git a/gui/test/translationhandler/translationhandler.pro b/gui/test/translationhandler/translationhandler.pro index f653eb5f6..b131732df 100644 --- a/gui/test/translationhandler/translationhandler.pro +++ b/gui/test/translationhandler/translationhandler.pro @@ -4,7 +4,7 @@ DEPENDPATH += . INCLUDEPATH += . OBJECTS_DIR = ../build MOC_DIR = ../build -QT += widgets testlib +QT += widgets include(../common.pri) diff --git a/gui/test/xmlreportv2/xmlreportv2.pro b/gui/test/xmlreportv2/xmlreportv2.pro index d55af30eb..fb1539a74 100644 --- a/gui/test/xmlreportv2/xmlreportv2.pro +++ b/gui/test/xmlreportv2/xmlreportv2.pro @@ -4,7 +4,6 @@ DEPENDPATH += . INCLUDEPATH += . OBJECTS_DIR = ../build MOC_DIR = ../build -QT += testlib include(../common.pri)