Changeset 14 for psi/trunk/libpsi


Ignore:
Timestamp:
Sep 5, 2006, 1:15:32 AM (19 years ago)
Author:
dmik
Message:

libpsi: Changed build details:

  • Use a shorter DLL name (psiwgts) on OS/2;
  • Put the debug build output to the debug subdirectory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • psi/trunk/libpsi/psiwidgets/psiwidgets.pro

    r2 r14  
    22CONFIG          += qt thread warn_on release plugin
    33TARGET          = psiwidgets
     4os2:TARGET      = psiwgts
    45
    56#target.path    = $(QTDIR)/plugins/designer
     
    3031
    3132DEFINES += WIDGET_PLUGIN
     33
     34debug: {
     35        MOC_DIR        = debug/.moc
     36        OBJECTS_DIR    = debug/.obj
     37        UI_DIR         = debug/.ui
     38} else {
     39        MOC_DIR        = .moc
     40        OBJECTS_DIR    = .obj
     41        UI_DIR         = .ui
     42}
Note: See TracChangeset for help on using the changeset viewer.