cleanup gui/test

This commit is contained in:
Daniel Marjamäki 2019-04-19 09:41:58 +02:00
parent d89923386d
commit 93b27b2022
6 changed files with 2 additions and 9 deletions

View File

@ -242,7 +242,6 @@ script:
- make
- filelist/test-filelist
- projectfile/test-projectfile
- translationhandler/test-translationhandler
- xmlreportv2/test-xmlreportv2
- cd ../..
# Build triage

View File

@ -5,8 +5,6 @@ INCLUDEPATH += .
OBJECTS_DIR = ../../build
MOC_DIR = ../../build
QT += testlib
include(../../common.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"

View File

@ -1,6 +1,4 @@
Qt += testlib
QT += widgets
QT += printsupport
QT += testlib
INCLUDEPATH += $${PWD}/..

View File

@ -4,7 +4,6 @@ DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../build
MOC_DIR = ../build
QT += widgets testlib
include(../common.pri)

View File

@ -4,7 +4,7 @@ DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../build
MOC_DIR = ../build
QT += widgets testlib
QT += widgets
include(../common.pri)

View File

@ -4,7 +4,6 @@ DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../build
MOC_DIR = ../build
QT += testlib
include(../common.pri)