don't use .qmake.conf as it seems to break in some circumstances
This commit is contained in:
parent
1c8e7d07cc
commit
eed190b845
@ -1,2 +0,0 @@
|
||||
top_srcdir=$$PWD
|
||||
top_builddir=$$shadowed($$PWD)
|
||||
3
guh.pri
3
guh.pri
@ -9,3 +9,6 @@ coverage {
|
||||
QMAKE_LFLAGS += -fprofile-arcs
|
||||
}
|
||||
|
||||
top_srcdir=$$PWD
|
||||
top_builddir=$$shadowed($$PWD)
|
||||
|
||||
|
||||
@ -2,8 +2,6 @@ include(../guh.pri)
|
||||
|
||||
message("Building guh version $${GUH_VERSION_STRING}")
|
||||
|
||||
message("server: $$top_srcdir")
|
||||
|
||||
TARGET = guh
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
QT += testlib network
|
||||
CONFIG += testcase c++11
|
||||
|
||||
message ("tests: $$top_srcdir")
|
||||
include($$top_srcdir/server/server.pri)
|
||||
|
||||
DEFINES += TESTING_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user