Changeset 16 for psi

Show
Ignore:
Timestamp:
09/05/06 01:21:36 (2 years ago)
Author:
dmik
Message:

General: Added OS/2-related definitions to the build script; MAP_NDNS_TO_QDNS is used on OS/2 by default.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • psi/trunk/src/src.pro

    r2 r16  
    1010#DEFINES += GPG_DEBUG 
    1111 
     12os2:DEFINES += MAP_NDNS_TO_QDNS 
     13 
    1214# Executable name 
    1315TARGET    = psi 
    1416 
    15 MOC_DIR        = .moc 
    16 OBJECTS_DIR    = .obj 
    17 UI_DIR         = .ui 
     17os2:DESTDIR  = ../psios2 
     18 
     19debug: { 
     20        MOC_DIR        = debug/.moc 
     21        OBJECTS_DIR    = debug/.obj 
     22        UI_DIR         = debug/.ui 
     23} else { 
     24        MOC_DIR        = .moc 
     25        OBJECTS_DIR    = .obj 
     26        UI_DIR         = .ui 
     27} 
    1828 
    1929# qconf 
     
    4555win32: { 
    4656        include(../conf_win32.pri) 
     57} 
     58os2: { 
     59        include(../conf_os2.pri) 
    4760} 
    4861 
     
    279292        contains(MAKEFILE_GENERATOR, MSVC.NET): QMAKE_LFLAGS += /FORCE:MULTIPLE 
    280293} 
     294os2: { 
     295        RC_FILE = ../os2/psi_os2.rc 
     296} 
    281297mac: { 
    282298        QMAKE_LFLAGS += -framework Carbon -framework IOKit