source: psi/trunk/conf_win32.pri@ 183

Last change on this file since 183 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
Line 
1# Win32 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 repository browser.