Ignore:
Timestamp:
Mar 18, 2011, 2:10:26 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Extracted xsystray API from Qt and put it to a separate DLL dynamically loaded at runtime (see #99 for details).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/util/util.pri

    r769 r835  
    3131os2 {
    3232                SOURCES += \
    33                                 util/qsystemtrayicon_pm.cpp \
    34                                 ../3rdparty/os2/xsystray/xsystray_api.c
     33                                util/qsystemtrayicon_pm.cpp
     34                # @todo this should be required to present extenrally in the
     35                # environment when it gets moved to XWP (see #99 for details)
    3536                INCLUDEPATH += \
    36                                 ../3rdparty/os2/xsystray
     37                                ../3rdparty/os2/xsystray/apilib
    3738}
    3839
Note: See TracChangeset for help on using the changeset viewer.