Rev | Line | |
---|
[2] | 1 | TEMPLATE = lib
|
---|
| 2 | CONFIG += qt thread warn_on release plugin
|
---|
| 3 | TARGET = psiwidgets
|
---|
[14] | 4 | os2:TARGET = psiwgts
|
---|
[2] | 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
|
---|
[14] | 33 |
|
---|
[56] | 34 | OS = unknown
|
---|
| 35 | os2:OS = os2
|
---|
| 36 | win32:OS = win
|
---|
| 37 | unix:OS = nix
|
---|
| 38 | mac:OS = mac
|
---|
| 39 |
|
---|
[14] | 40 | debug: {
|
---|
[56] | 41 | MOC_DIR = .debug/.$$OS/.moc
|
---|
| 42 | OBJECTS_DIR = .debug/.$$OS/.obj
|
---|
| 43 | UI_DIR = .debug/.$$OS/.ui
|
---|
[14] | 44 | } else {
|
---|
[56] | 45 | MOC_DIR = .$$OS/.moc
|
---|
| 46 | OBJECTS_DIR = .$$OS/.obj
|
---|
| 47 | UI_DIR = .$$OS/.ui
|
---|
[14] | 48 | }
|
---|
[66] | 49 |
|
---|
| 50 | DESTDIR = lib$$OS
|
---|
Note:
See
TracBrowser
for help on using the repository browser.