-rw-r--r-- | libopie2/opieui/opieui.pro | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index 8506794..1be8db5 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -1,64 +1,66 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib HEADERS = oclickablelabel.h \ odialog.h \ ofontselector.h \ oimageeffect.h \ olistview.h \ + omessagebox.h \ opixmapeffect.h \ opopupmenu.h \ opixmapprovider.h \ + oresource.h \ oselector.h \ + oseparator.h \ otabinfo.h \ otabbar.h \ otabwidget.h \ + otaskbarapplet.h \ + oticker.h \ otimepicker.h \ oversatileview.h \ oversatileviewitem.h \ - omessagebox.h \ - oresource.h \ - otaskbarapplet.h \ - oseparator.h \ - owait.h + owait.h SOURCES = oclickablelabel.cpp \ + odialog.cpp \ ofontselector.cpp \ oimageeffect.cpp \ olistview.cpp \ opixmapeffect.cpp \ opopupmenu.cpp \ opixmapprovider.cpp \ + oresource.cpp \ oselector.cpp \ + oseparator.cpp \ otabbar.cpp \ otabwidget.cpp \ + otaskbarapplet.cpp \ + oticker.cpp \ otimepicker.cpp \ oversatileview.cpp \ oversatileviewitem.cpp \ - odialog.cpp \ - oresource.cpp \ - otaskbarapplet.cpp \ - oseparator.cpp \ - owait.cpp + owait.cpp include ( big-screen/big-screen.pro ) include ( fileselector/fileselector.pro ) INTERFACES = otimepickerbase.ui TARGET = opieui2 VERSION = 1.8.5 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lopiecore2 !contains( platform, x11 ) { include ( $(OPIEDIR)/include.pro ) } contains( platform, x11 ) { LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib } |