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

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

xsystraty: Added stuff for WPI generation and updated README for version 0.1.1.

File size: 178 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 = ../tmp/dist/plugin
Note: See TracBrowser for help on using the repository browser.