From e1d4d642810be14da4ef2621f99631e472f8dc49 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 19 Oct 2014 23:14:36 +0200 Subject: fix build --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9ee1743..86ad3c29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -390,7 +390,9 @@ else() endif() opentrack_module(opentrack facetracknoir) -list(APPEND opentrack-c qxt-mini/qxtglobalshortcut.h) +if(UNIX OR APPLE) + list(APPEND opentrack-c qxt-mini/qxtglobalshortcut.h) +endif() opentrack_qt(opentrack) add_executable(opentrack ${opentrack-win32-executable} ${opentrack-all}) -- cgit v1.2.3