From 79a8a45895d68a369f52b6e1acecc948c21961e7 Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Tue, 10 May 2016 18:25:36 +0200 Subject: [PATCH] Be more detailed when defaulting to standalone build in YACReaderLibraryServer --- YACReaderLibraryServer/YACReaderLibraryServer.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YACReaderLibraryServer/YACReaderLibraryServer.pro b/YACReaderLibraryServer/YACReaderLibraryServer.pro index 667817d4..4f3a6af6 100644 --- a/YACReaderLibraryServer/YACReaderLibraryServer.pro +++ b/YACReaderLibraryServer/YACReaderLibraryServer.pro @@ -138,9 +138,9 @@ else:CONFIG(server_bundled) { INSTALLS += bin } else { - message(No build type specified. Defaulting to standalone server build.) + message("No build type specified. Defaulting to standalone server build (CONFIG+=server_bundled).") + message("If you wish to run YACReaderLibraryServer on a system with an existing install of YACReaderLibrary, please specify CONFIG+=server_bundled as an option when running qmake.") } - bin.path = $$BINDIR isEmpty(DESTDIR) {