From 59d8bee7636bfae80f694d564bcfe9499296d781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 18 Aug 2019 16:02:51 +0200 Subject: [PATCH] Add YACReaderLibraryServer to YACReader.pro --- YACReader.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YACReader.pro b/YACReader.pro index 528d3c41..f788b405 100644 --- a/YACReader.pro +++ b/YACReader.pro @@ -1,3 +1,3 @@ TEMPLATE = subdirs -SUBDIRS = YACReader YACReaderLibrary -YACReaderLibrary.depends = YACReader \ No newline at end of file +SUBDIRS = YACReader YACReaderLibrary YACReaderLibraryServer +YACReaderLibrary.depends = YACReader