cleanup gui/test
This commit is contained in:
parent
d89923386d
commit
93b27b2022
|
@ -242,7 +242,6 @@ script:
|
|||
- make
|
||||
- filelist/test-filelist
|
||||
- projectfile/test-projectfile
|
||||
- translationhandler/test-translationhandler
|
||||
- xmlreportv2/test-xmlreportv2
|
||||
- cd ../..
|
||||
# Build triage
|
||||
|
|
|
@ -5,8 +5,6 @@ INCLUDEPATH += .
|
|||
OBJECTS_DIR = ../../build
|
||||
MOC_DIR = ../../build
|
||||
|
||||
QT += testlib
|
||||
|
||||
include(../../common.pri)
|
||||
|
||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
Qt += testlib
|
||||
QT += widgets
|
||||
QT += printsupport
|
||||
QT += testlib
|
||||
|
||||
INCLUDEPATH += $${PWD}/..
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ DEPENDPATH += .
|
|||
INCLUDEPATH += .
|
||||
OBJECTS_DIR = ../build
|
||||
MOC_DIR = ../build
|
||||
QT += widgets testlib
|
||||
|
||||
include(../common.pri)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ DEPENDPATH += .
|
|||
INCLUDEPATH += .
|
||||
OBJECTS_DIR = ../build
|
||||
MOC_DIR = ../build
|
||||
QT += widgets testlib
|
||||
QT += widgets
|
||||
|
||||
include(../common.pri)
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ DEPENDPATH += .
|
|||
INCLUDEPATH += .
|
||||
OBJECTS_DIR = ../build
|
||||
MOC_DIR = ../build
|
||||
QT += testlib
|
||||
|
||||
include(../common.pri)
|
||||
|
||||
|
|
Loading…
Reference in New Issue