add debug prints for qmake

pull/135/head
Michael Zanetti 2014-06-22 19:40:07 +02:00
parent 5f61ae03a7
commit 1c8e7d07cc
2 changed files with 3 additions and 0 deletions

View File

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

View File

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