From f1ba1df6b8f9ee0b8d705d57d5197694a315a799 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Sun, 22 Jan 2017 22:26:01 +0100 Subject: [PATCH] main.pro: don't build minhook if "no-overlay" option specified We use minhook only for the overlay. Therefore, If the option "no-overlay" is present, we shouldn't build it. --- main.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.pro b/main.pro index 4312afe0c..5682f401d 100644 --- a/main.pro +++ b/main.pro @@ -39,7 +39,6 @@ SUBDIRS *= src/mumble_proto win32 { SUBDIRS *= 3rdparty/xinputcheck-build - SUBDIRS *= 3rdparty/minhook-build } SUBDIRS *= src/mumble @@ -53,6 +52,7 @@ SUBDIRS *= src/mumble_proto } win32:!CONFIG(no-overlay) { + SUBDIRS *= 3rdparty/minhook-build SUBDIRS *= overlay SUBDIRS *= overlay/overlay_exe SUBDIRS *= overlay_winx64