| Last change
 on this file since 34 was             14, checked in by dmik, 19 years ago | 
        
          | 
libpsi: Changed build details:
 Use a shorter DLL name (psiwgts) on OS/2;
Put the debug build output to the debug subdirectory.
 | 
        
          | File size:
            688 bytes | 
      
      
| Line |  | 
|---|
| 1 | TEMPLATE        = lib | 
|---|
| 2 | CONFIG          += qt thread warn_on release plugin | 
|---|
| 3 | TARGET          = psiwidgets | 
|---|
| 4 | os2:TARGET      = psiwgts | 
|---|
| 5 |  | 
|---|
| 6 | #target.path    = $(QTDIR)/plugins/designer | 
|---|
| 7 | #INSTALLS       += target | 
|---|
| 8 |  | 
|---|
| 9 | SOURCES += \ | 
|---|
| 10 | psiwidgets.cpp \ | 
|---|
| 11 | fancylabel.cpp \ | 
|---|
| 12 | busywidget.cpp \ | 
|---|
| 13 | iconwidget.cpp \ | 
|---|
| 14 | psitextview.cpp \ | 
|---|
| 15 | psitabwidget.cpp \ | 
|---|
| 16 | psitabbar.cpp | 
|---|
| 17 |  | 
|---|
| 18 | HEADERS += \ | 
|---|
| 19 | psiwidgets.h \ | 
|---|
| 20 | fancylabel.h \ | 
|---|
| 21 | busywidget.h \ | 
|---|
| 22 | iconwidget.h \ | 
|---|
| 23 | psitextview.h \ | 
|---|
| 24 | psitabwidget.h \ | 
|---|
| 25 | psitabbar.h | 
|---|
| 26 |  | 
|---|
| 27 | DISTFILES += \ | 
|---|
| 28 | README \ | 
|---|
| 29 | iconselect.cpp \ | 
|---|
| 30 | iconselect.h | 
|---|
| 31 |  | 
|---|
| 32 | DEFINES += WIDGET_PLUGIN | 
|---|
| 33 |  | 
|---|
| 34 | debug: { | 
|---|
| 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   
TracBrowser
 for help on using the repository browser.