add debug prints for qmake
This commit is contained in:
parent
5f61ae03a7
commit
1c8e7d07cc
@ -2,6 +2,8 @@ include(../guh.pri)
|
||||
|
||||
message("Building guh version $${GUH_VERSION_STRING}")
|
||||
|
||||
message("server: $$top_srcdir")
|
||||
|
||||
TARGET = guh
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
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