source: psi/trunk/libpsi/psiwidgets/psiwidgets.pro@ 25

Last change on this file since 25 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 
1TEMPLATE = lib
2CONFIG += qt thread warn_on release plugin
3TARGET = psiwidgets
4os2:TARGET = psiwgts
5
6#target.path = $(QTDIR)/plugins/designer
7#INSTALLS += target
8
9SOURCES += \
10 psiwidgets.cpp \
11 fancylabel.cpp \
12 busywidget.cpp \
13 iconwidget.cpp \
14 psitextview.cpp \
15 psitabwidget.cpp \
16 psitabbar.cpp
17
18HEADERS += \
19 psiwidgets.h \
20 fancylabel.h \
21 busywidget.h \
22 iconwidget.h \
23 psitextview.h \
24 psitabwidget.h \
25 psitabbar.h
26
27DISTFILES += \
28 README \
29 iconselect.cpp \
30 iconselect.h
31
32DEFINES += 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 TracBrowser for help on using the repository browser.