From eae359013fb0c1cf6f349605a566bc3533d90603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 4 Jan 2018 16:54:55 +0100 Subject: [PATCH] Inform about source and build dir --- guh.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guh.pro b/guh.pro index 31aefce4..2f4d491e 100644 --- a/guh.pro +++ b/guh.pro @@ -29,6 +29,8 @@ message("Building guh version $${GUH_VERSION_STRING}") message("JSON-RPC API version $${JSON_PROTOCOL_VERSION_MAJOR}.$${JSON_PROTOCOL_VERSION_MINOR}") message("REST API version $${REST_API_VERSION}") message("Plugin path $${GUH_PLUGINS_PATH}") +message("Source directory: $${top_srcdir}") +message("Build directory: $${top_builddir}") # Check debug mode CONFIG(debug, debug|release) {