From be26b1a131124143081551409b8bf3b2ea1ba431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 21 May 2016 19:00:25 +0200 Subject: [PATCH] fixed YACReaderLibraryServer server_standalone install --- YACReaderLibraryServer/YACReaderLibraryServer.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/YACReaderLibraryServer/YACReaderLibraryServer.pro b/YACReaderLibraryServer/YACReaderLibraryServer.pro index f05621dc..1e6d1f7e 100644 --- a/YACReaderLibraryServer/YACReaderLibraryServer.pro +++ b/YACReaderLibraryServer/YACReaderLibraryServer.pro @@ -132,13 +132,14 @@ DEFINES += "LIBDIR=\\\"$$LIBDIR\\\"" "DATADIR=\\\"$$DATADIR\\\"" "BINDIR=\\\"$$ #MAKE INSTALL CONFIG(server_standalone) { - INSTALLS += bin server translation manpage + INSTALLS += bin server translation } else:CONFIG(server_bundled) { INSTALLS += bin } else { - message("No build type specified. Defaulting to standalone server build (CONFIG+=server_bundled).") + INSTALLS += bin server translation + message("No build type specified. Defaulting to standalone server build (CONFIG+=server_standalone).") 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.") }