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).

Location:
trunk/src/3rdparty/os2/xsystray/plugin
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/plugin/plugin.pro

    r834 r835  
    44QT =
    55
    6 SOURCES = xsystray.c
     6TARGET = xsystray
    77
    8 DEF_FILE = xsystray.def
     8SOURCES = w_xsystray.c
     9
     10DEF_FILE = w_xsystray.def
     11
     12INCLUDEPATH += .. ../apilib
    913
    1014DESTDIR = $$[QT_INSTALL_PLUGINS]/xcenter
Note: See TracChangeset for help on using the changeset viewer.