Changeset 43

Show
Ignore:
Timestamp:
09/06/06 23:49:00 (2 years ago)
Author:
dmik
Message:

Psi: General: Place debug output to the '.debug' subdir instead of 'debug'.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • psi/trunk/libpsi/psiwidgets/psiwidgets.pro

    r14 r43  
    3333 
    3434debug: { 
    35         MOC_DIR        = debug/.moc 
    36         OBJECTS_DIR    = debug/.obj 
    37         UI_DIR         = debug/.ui 
     35        MOC_DIR        = .debug/.moc 
     36        OBJECTS_DIR    = .debug/.obj 
     37        UI_DIR         = .debug/.ui 
    3838} else { 
    3939        MOC_DIR        = .moc 
  • psi/trunk/src/src.pro

    r16 r43  
    1818 
    1919debug: { 
    20         MOC_DIR        = debug/.moc 
    21         OBJECTS_DIR    = debug/.obj 
    22         UI_DIR         = debug/.ui 
     20        MOC_DIR        = .debug/.moc 
     21        OBJECTS_DIR    = .debug/.obj 
     22        UI_DIR         = .debug/.ui 
    2323} else { 
    2424        MOC_DIR        = .moc