Last change
on this file since 7 was 2, checked in by dmik, 19 years ago |
Imported original Psi 0.10 sources from Affinix
|
File size:
492 bytes
|
Line | |
---|
1 | TEMPLATE = lib
|
---|
2 | CONFIG += qt thread warn_on release plugin
|
---|
3 | TARGET = psiwidgets
|
---|
4 |
|
---|
5 | #target.path = $(QTDIR)/plugins/designer
|
---|
6 | #INSTALLS += target
|
---|
7 |
|
---|
8 | SOURCES += \
|
---|
9 | psiwidgets.cpp \
|
---|
10 | fancylabel.cpp \
|
---|
11 | busywidget.cpp \
|
---|
12 | iconwidget.cpp \
|
---|
13 | psitextview.cpp \
|
---|
14 | psitabwidget.cpp \
|
---|
15 | psitabbar.cpp
|
---|
16 |
|
---|
17 | HEADERS += \
|
---|
18 | psiwidgets.h \
|
---|
19 | fancylabel.h \
|
---|
20 | busywidget.h \
|
---|
21 | iconwidget.h \
|
---|
22 | psitextview.h \
|
---|
23 | psitabwidget.h \
|
---|
24 | psitabbar.h
|
---|
25 |
|
---|
26 | DISTFILES += \
|
---|
27 | README \
|
---|
28 | iconselect.cpp \
|
---|
29 | iconselect.h
|
---|
30 |
|
---|
31 | DEFINES += WIDGET_PLUGIN
|
---|
Note:
See
TracBrowser
for help on using the repository browser.