Be more detailed when defaulting to standalone build in YACReaderLibraryServer

This commit is contained in:
Felix Kauselmann 2016-05-10 18:25:36 +02:00
parent 315063ba24
commit 79a8a45895

View File

@ -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) {