diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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}) |