Show
Ignore:
Timestamp:
01/24/08 16:34:10 (10 months ago)
Author:
edmanm
Message:

r74@lysithea: edmanm | 2008-01-24 16:34:07 -0500
Here's the other, uh, 90% of r2319.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CMakeLists.txt

    r2319 r2320  
    5555  check_include_file_cxx("qsystemtrayicon.h" HAVE_QSYSTEMTRAYICON_H) 
    5656  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) 
    6258  endif(HAVE_QSYSTEMTRAYICON_H) 
    6359endif(NOT APPLE)