diff --git a/gui/test/benchmark/simple/simple.pro b/gui/test/benchmark/simple/simple.pro index ef25b2ce5..b5bd4f854 100644 --- a/gui/test/benchmark/simple/simple.pro +++ b/gui/test/benchmark/simple/simple.pro @@ -2,8 +2,8 @@ TEMPLATE = app TARGET = benchmark-simple DEPENDPATH += . INCLUDEPATH += . -OBJECTS_DIR = ../../build -MOC_DIR = ../../build +OBJECTS_DIR = ../../../temp +MOC_DIR = ../../temp include(../../common.pri) diff --git a/gui/test/cppchecklibrarydata/cppchecklibrarydata.pro b/gui/test/cppchecklibrarydata/cppchecklibrarydata.pro index 8eedcaccd..a075e958d 100644 --- a/gui/test/cppchecklibrarydata/cppchecklibrarydata.pro +++ b/gui/test/cppchecklibrarydata/cppchecklibrarydata.pro @@ -2,8 +2,8 @@ TEMPLATE = app TARGET = test-cppchecklibrarydata DEPENDPATH += . INCLUDEPATH += . -OBJECTS_DIR = ../build -MOC_DIR = ../build +OBJECTS_DIR = ../../temp +MOC_DIR = ../../temp QT -= gui QT += core diff --git a/gui/test/filelist/filelist.pro b/gui/test/filelist/filelist.pro index e756f095e..eb893e9ea 100644 --- a/gui/test/filelist/filelist.pro +++ b/gui/test/filelist/filelist.pro @@ -2,8 +2,8 @@ TEMPLATE = app TARGET = test-filelist DEPENDPATH += . INCLUDEPATH += . ../../../externals/simplecpp -OBJECTS_DIR = ../build -MOC_DIR = ../build +OBJECTS_DIR = ../../temp +MOC_DIR = ../../temp QT += testlib include(../common.pri) diff --git a/gui/test/projectfile/projectfile.pro b/gui/test/projectfile/projectfile.pro index fd1a2f44a..a871fa2a3 100644 --- a/gui/test/projectfile/projectfile.pro +++ b/gui/test/projectfile/projectfile.pro @@ -2,8 +2,8 @@ TEMPLATE = app TARGET = test-projectfile DEPENDPATH += . INCLUDEPATH += . ../../../externals/simplecpp ../../../externals/tinyxml2 ../../../externals/picojson -OBJECTS_DIR = ../build -MOC_DIR = ../build +OBJECTS_DIR = ../../temp +MOC_DIR = ../../temp QT -= gui QT += core CONFIG += console diff --git a/gui/test/translationhandler/translationhandler.pro b/gui/test/translationhandler/translationhandler.pro index 40f2fabb5..f0a040cdd 100644 --- a/gui/test/translationhandler/translationhandler.pro +++ b/gui/test/translationhandler/translationhandler.pro @@ -2,8 +2,8 @@ TEMPLATE = app TARGET = test-translationhandler DEPENDPATH += . INCLUDEPATH += . -OBJECTS_DIR = ../build -MOC_DIR = ../build +OBJECTS_DIR = ../../temp +MOC_DIR = ../../temp QT += widgets include(../common.pri) diff --git a/gui/test/xmlreportv2/xmlreportv2.pro b/gui/test/xmlreportv2/xmlreportv2.pro index bb9fab084..12e73cc6a 100644 --- a/gui/test/xmlreportv2/xmlreportv2.pro +++ b/gui/test/xmlreportv2/xmlreportv2.pro @@ -2,8 +2,8 @@ TEMPLATE = app TARGET = test-xmlreportv2 DEPENDPATH += . INCLUDEPATH += . ../../../externals/simplecpp -OBJECTS_DIR = ../build -MOC_DIR = ../build +OBJECTS_DIR = ../../temp +MOC_DIR = ../../temp include(../common.pri) include(../../../lib/lib.pri)