author | mickeyl <mickeyl> | 2003-12-02 19:56:23 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-02 19:56:23 (UTC) |
commit | b25754f6ecb9ded83323e39ad62b8fd18ae278ca (patch) (side-by-side diff) | |
tree | 08b93de4666c8d9302c7f2c37c7dac1d79b3b5d6 /libopie2/opieui/opieui.pro | |
parent | 64304e555fc3e06aa69fa2f4a514ee55b7aa98bc (diff) | |
download | opie-b25754f6ecb9ded83323e39ad62b8fd18ae278ca.zip opie-b25754f6ecb9ded83323e39ad62b8fd18ae278ca.tar.gz opie-b25754f6ecb9ded83323e39ad62b8fd18ae278ca.tar.bz2 |
move qt3 only stuff in a dedicated directory and remove from building process for now
-rw-r--r-- | libopie2/opieui/opieui.pro | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index 4c15181..6f197a4 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -1,51 +1,39 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib -HEADERS = ocompletionbox.h \ - ocombobox.h \ - oeditlistbox.h \ - olineedit.h \ - olistview.h \ +HEADERS = olistview.h \ oimageeffect.h \ opixmapeffect.h \ opopupmenu.h \ opixmapprovider.h \ oselector.h \ oversatileview.h \ oversatileviewitem.h \ - #ojanuswidget.h \ odialog.h \ omenubar.h \ opiemenubar.h \ omessagebox.h \ oresource.h \ - otoolbar.h \ + otoolbar.h \ oseparator.h -# otaskbarapplet.h -SOURCES = ocompletionbox.cpp \ - ocombobox.cpp \ - oeditlistbox.cpp \ - olineedit.cpp \ - olistview.cpp \ +SOURCES = olistview.cpp \ oimageeffect.cpp \ opixmapeffect.cpp \ opopupmenu.cpp \ opixmapprovider.cpp \ oselector.cpp \ oversatileview.cpp \ oversatileviewitem.cpp \ - #ojanuswidget.cpp \ odialog.cpp \ omenubar.cpp \ opiemenubar.cpp \ oresource.cpp \ otoolbar.cpp \ - oseparator.cpp #\ -# otaskbarapplet.cpp + oseparator.cpp INTERFACES = TARGET = opieui2 VERSION = 1.8.2 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include |