Changeset 2354 for vidalia/trunk/CMakeLists.txt
- Timestamp:
- 02/23/08 23:02:19 (9 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/CMakeLists.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/CMakeLists.txt
r2335 r2354 5 5 # 6 6 # Copyright (C) 2006-2007, Matt Edman, Justin Hipple 7 # Copyright (C) 2008, Matt Edman 7 8 # 8 9 # This program is free software; you can redistribute it and/or … … 57 58 endif(APPLE) 58 59 59 ## Check for QS ystemTrayIcon60 ## Check for QSslSocket 60 61 set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${QT_INCLUDES}) 61 if (NOT APPLE)62 check_include_file_cxx("qsystemtrayicon.h" HAVE_QSYSTEMTRAYICON_H)63 if (HAVE_QSYSTEMTRAYICON_H)64 option(USE_QSYSTEMTRAYICON "Use Qt's tray icon implementation." ON)65 endif(HAVE_QSYSTEMTRAYICON_H)66 endif(NOT APPLE)67 68 ## Check for QSslSocket69 62 check_include_file_cxx("qsslsocket.h" HAVE_QSSLSOCKET_H) 70 63 if (HAVE_QSSLSOCKET_H)
