|
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 | |
|---|
| 1 | TEMPLATE = lib
|
|---|
| 2 |
|
|---|
| 3 | CONFIG += dll
|
|---|
| 4 | QT =
|
|---|
| 5 |
|
|---|
| 6 | TARGET = xsystray
|
|---|
| 7 |
|
|---|
| 8 | SOURCES = xsystray.c
|
|---|
| 9 |
|
|---|
| 10 | DEF_FILE = xsystray.def
|
|---|
| 11 |
|
|---|
| 12 | INCLUDEPATH += .. ../plugin ../apilib
|
|---|
| 13 |
|
|---|
| 14 | DESTDIR = $$[QT_INSTALL_PLUGINS]/xcenter/apilib
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.