Add Haiku support

This commit is contained in:
Jonathan White
2019-03-24 09:26:34 -04:00
parent 13a9ac8f57
commit 86e5dbda4f
6 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
if(WITH_XC_AUTOTYPE)
if(UNIX AND NOT APPLE)
if(UNIX AND NOT APPLE AND NOT HAIKU)
find_package(X11)
find_package(Qt5X11Extras 5.2)
if(PRINT_SUMMARY)