Ignore:
Timestamp:
Oct 24, 2009, 12:10:15 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Removed QT_NO_SYSTEMTRAYICON. Prototyped QSystemTrayIcon for OS/2. Many new xsystray plugin code (mostly public API).

File:
1 edited

Legend:

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

    r2 r255  
    2626}
    2727
     28os2 {
     29                SOURCES += \
     30                                util/qsystemtrayicon_pm.cpp \
     31                                ../3rdparty/os2/xsystray/xsystray_api.c
     32                INCLUDEPATH += \
     33                                ../3rdparty/os2/xsystray
     34}
     35
    2836unix:x11 {
    2937                SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.