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/3rdparty/os2/xsystray/xsystray.pro

    r252 r835  
    1 TEMPLATE = lib
     1TEMPLATE = subdirs
     2SUBDIRS = plugin apilib
    23
    3 CONFIG += dll
    4 QT =
    5 
    6 SOURCES = xsystray.c
    7 
    8 DEF_FILE = xsystray.def
    9 
    10 DESTDIR = $$[QT_INSTALL_PLUGINS]/xcenter
Note: See TracChangeset for help on using the changeset viewer.