Changeset 43


Ignore:
Timestamp:
Sep 6, 2006, 11:49:00 PM (18 years ago)
Author:
dmik
Message:

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

Location:
psi/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.