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

Last change on this file since 11 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 492 bytes
Line 
1TEMPLATE = lib
2CONFIG += qt thread warn_on release plugin
3TARGET = psiwidgets
4
5#target.path = $(QTDIR)/plugins/designer
6#INSTALLS += target
7
8SOURCES += \
9 psiwidgets.cpp \
10 fancylabel.cpp \
11 busywidget.cpp \
12 iconwidget.cpp \
13 psitextview.cpp \
14 psitabwidget.cpp \
15 psitabbar.cpp
16
17HEADERS += \
18 psiwidgets.h \
19 fancylabel.h \
20 busywidget.h \
21 iconwidget.h \
22 psitextview.h \
23 psitabwidget.h \
24 psitabbar.h
25
26DISTFILES += \
27 README \
28 iconselect.cpp \
29 iconselect.h
30
31DEFINES += WIDGET_PLUGIN
Note: See TracBrowser for help on using the repository browser.