diff --git a/debian/guh.debhelper.log b/debian/guh.debhelper.log deleted file mode 100644 index 6991c52b..00000000 --- a/debian/guh.debhelper.log +++ /dev/null @@ -1 +0,0 @@ -dh_auto_configure diff --git a/guh.pro b/guh.pro index 73c0d1e1..88301185 100644 --- a/guh.pro +++ b/guh.pro @@ -1,6 +1,10 @@ TEMPLATE=subdirs -SUBDIRS += libguh server plugins tests +SUBDIRS += libguh server plugins + +!disabletesting { + SUBDIRS += tests +} server.depends = libguh plugins plugins.depends = libguh