Last change
on this file was 2, checked in by dmik, 19 years ago |
Imported original Psi 0.10 sources from Affinix
|
File size:
368 bytes
|
Line | |
---|
1 | # gpgproc module
|
---|
2 |
|
---|
3 | gpgproc {
|
---|
4 | unix: {
|
---|
5 | HEADERS += \
|
---|
6 | $$GPGPROC_CPP/jprocess.h \
|
---|
7 | $$GPGPROC_CPP/sprocess.h
|
---|
8 | SOURCES += \
|
---|
9 | $$GPGPROC_CPP/jprocess.cpp \
|
---|
10 | $$GPGPROC_CPP/jprocess_unix.cpp \
|
---|
11 | $$GPGPROC_CPP/sprocess.cpp
|
---|
12 | }
|
---|
13 |
|
---|
14 | HEADERS += \
|
---|
15 | $$GPGPROC_CPP/qpipe.h \
|
---|
16 | $$GPGPROC_CPP/gpgproc.h
|
---|
17 |
|
---|
18 | SOURCES += \
|
---|
19 | $$GPGPROC_CPP/qpipe.cpp \
|
---|
20 | $$GPGPROC_CPP/gpgproc.cpp
|
---|
21 | }
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.