From daea0fa44b8e1a0fd2111486832d7f2eb1bd2c00 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 24 Sep 2017 22:05:31 +0200 Subject: [PATCH] add libguh as dependency to libguh-core --- guh.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/guh.pro b/guh.pro index 24142502..7092361d 100644 --- a/guh.pro +++ b/guh.pro @@ -4,6 +4,7 @@ TEMPLATE=subdirs SUBDIRS += libguh libguh-core server plugins +libguh-core.depends = libguh server.depends = libguh libguh-core plugins plugins.depends = libguh tests.depends = libguh libguh-core