don't use .qmake.conf as it seems to break in some circumstances

This commit is contained in:
Michael Zanetti 2014-06-22 20:18:26 +02:00
parent 1c8e7d07cc
commit eed190b845
4 changed files with 3 additions and 5 deletions

View File

@ -1,2 +0,0 @@
top_srcdir=$$PWD
top_builddir=$$shadowed($$PWD)

View File

@ -9,3 +9,6 @@ coverage {
QMAKE_LFLAGS += -fprofile-arcs
}
top_srcdir=$$PWD
top_builddir=$$shadowed($$PWD)

View File

@ -2,8 +2,6 @@ include(../guh.pri)
message("Building guh version $${GUH_VERSION_STRING}")
message("server: $$top_srcdir")
TARGET = guh
TEMPLATE = app

View File

@ -1,7 +1,6 @@
QT += testlib network
CONFIG += testcase c++11
message ("tests: $$top_srcdir")
include($$top_srcdir/server/server.pri)
DEFINES += TESTING_ENABLED