Last change
on this file 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:
200 bytes
|
Rev | Line | |
---|
[2] | 1 | # Win32 build parameters
|
---|
| 2 | # Change these variables to reflect your environment
|
---|
| 3 |
|
---|
| 4 | # QCA
|
---|
| 5 | QCA_PATH = ../../qca
|
---|
[56] | 6 | DEPENDPATH += $$QCA_PATH/src
|
---|
[2] | 7 | INCLUDEPATH += $$QCA_PATH/src
|
---|
[56] | 8 | LIBS += $$QCA_PATH/qca$$OS/qca.lib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.