source: trunk/src/3rdparty/os2/xsystray/apilib/apilib.pro@ 838

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

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

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