|
Last change
on this file since 176 was 56, checked in by dmik, 19 years ago |
|
Psi: General: All output directories are made OS-specific (by adding the OS name to the path), to make it possible to build Psi for different platforms from a single source tree.
|
|
File size:
207 bytes
|
| Line | |
|---|
| 1 | # OS/2 build parameters
|
|---|
| 2 | # Change these variables to reflect your environment
|
|---|
| 3 |
|
|---|
| 4 | # QCA
|
|---|
| 5 | QCA_PATH = ../../qca
|
|---|
| 6 | DEPENDPATH += $$QCA_PATH/src
|
|---|
| 7 | INCLUDEPATH += $$QCA_PATH/src
|
|---|
| 8 | LIBS += $$QCA_PATH/qca$$OS/qca.lib
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.