Last change
on this file since 51 was 2, checked in by dmik, 19 years ago |
Imported original Psi 0.10 sources from Affinix
|
File size:
622 bytes
|
Line | |
---|
1 | # stay clean
|
---|
2 | MOC_DIR = .moc
|
---|
3 | OBJECTS_DIR = .obj
|
---|
4 | UI_DIR = .ui
|
---|
5 |
|
---|
6 | # include some of cutestuff
|
---|
7 | CONFIG += cutestuff
|
---|
8 | CS_BASE = ../../../cutestuff
|
---|
9 | exists(cutestuff) {
|
---|
10 | CS_BASE = cutestuff
|
---|
11 | }
|
---|
12 | exists(cs.pri) {
|
---|
13 | include(cs.pri)
|
---|
14 | }
|
---|
15 | !exists(cs.pri) {
|
---|
16 | include(../../cs.pri)
|
---|
17 | }
|
---|
18 |
|
---|
19 | # qca
|
---|
20 | #DEFINES += QCA_STATIC
|
---|
21 | #QCA_PREFIX = qca
|
---|
22 | #!exists(qca) {
|
---|
23 | # QCA_PREFIX = ../../../qca/src
|
---|
24 | #}
|
---|
25 | #INCLUDEPATH += $$QCA_PREFIX
|
---|
26 | #HEADERS += $$QCA_PREFIX/qca.h $$QCA_PREFIX/qcaprovider.h
|
---|
27 | #SOURCES += $$QCA_PREFIX/qca.cpp
|
---|
28 | LIBS += -lqca
|
---|
29 |
|
---|
30 | # iris
|
---|
31 | exists(iris) {
|
---|
32 | IRIS_BASE = iris
|
---|
33 | }
|
---|
34 | !exists(iris) {
|
---|
35 | IRIS_BASE = ../..
|
---|
36 | }
|
---|
37 | include($$IRIS_BASE/iris.pri)
|
---|
38 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.