root/psi/trunk/conf_os2.pri

Revision 56, 207 bytes (checked in by dmik, 2 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.

Line 
1# OS/2 build parameters
2# Change these variables to reflect your environment
3
4# QCA
5QCA_PATH = ../../qca
6DEPENDPATH += $$QCA_PATH/src
7INCLUDEPATH += $$QCA_PATH/src
8LIBS += $$QCA_PATH/qca$$OS/qca.lib
Note: See TracBrowser for help on using the browser.