-rw-r--r-- | libopie2/opieui/opieui.pro | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index 61f9bbb..41db153 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -1,47 +1,57 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib -HEADERS = olistview.h \ +HEADERS = ocheckitem.h \ + oclickablelabel.h \ + odialog.h \ + ofileselector.h \ + ofileselector_p.h \ + ofiledialog.h \ + ofileview.h \ oimageeffect.h \ + olistview.h \ opixmapeffect.h \ opopupmenu.h \ opixmapprovider.h \ oselector.h \ oversatileview.h \ oversatileviewitem.h \ - odialog.h \ omessagebox.h \ oresource.h \ otaskbarapplet.h \ oseparator.h -SOURCES = olistview.cpp \ +SOURCES = ocheckitem.cpp \ + oclickablelabel.cpp \ + ofileselector.cpp \ + ofiledialog.cpp \ oimageeffect.cpp \ + olistview.cpp \ opixmapeffect.cpp \ opopupmenu.cpp \ opixmapprovider.cpp \ oselector.cpp \ oversatileview.cpp \ oversatileviewitem.cpp \ odialog.cpp \ oresource.cpp \ otaskbarapplet.cpp \ oseparator.cpp INTERFACES = TARGET = opieui2 -VERSION = 1.8.2 +VERSION = 1.8.3 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 } |