Changeset 2320 for vidalia/trunk/CMakeLists.txt
- Timestamp:
- 01/24/08 16:34:10 (10 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/CMakeLists.txt
r2319 r2320 55 55 check_include_file_cxx("qsystemtrayicon.h" HAVE_QSYSTEMTRAYICON_H) 56 56 if (HAVE_QSYSTEMTRAYICON_H) 57 option(WITH_QSYSTEMTRAYICON "Use Qt's tray icon implementation." ON) 58 if (NOT USE_QSYSTEMTRAYICON) 59 ## Disable the use of QSystemTrayIcon 60 set(HAVE_QSYSTEMTRAYICON_H "") 61 endif(NOT USE_QSYSTEMTRAYICON) 57 option(USE_QSYSTEMTRAYICON "Use Qt's tray icon implementation." ON) 62 58 endif(HAVE_QSYSTEMTRAYICON_H) 63 59 endif(NOT APPLE)
