source: trunk/src/3rdparty/os2/xsystray/plugin/plugin.pro@ 835

Last change on this file since 835 was 835, checked in by Dmitry A. Kuminov, 14 years ago

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

File size: 190 bytes
Line 
1TEMPLATE = lib
2
3CONFIG += dll
4QT =
5
6TARGET = xsystray
7
8SOURCES = w_xsystray.c
9
10DEF_FILE = w_xsystray.def
11
12INCLUDEPATH += .. ../apilib
13
14DESTDIR = $$[QT_INSTALL_PLUGINS]/xcenter
Note: See TracBrowser for help on using the repository browser.