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 | |
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 | 18 |
1 files changed, 3 insertions, 15 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,11 +1,7 @@ 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 \ @@ -13,7 +9,6 @@ HEADERS = ocompletionbox.h \ oselector.h \ oversatileview.h \ oversatileviewitem.h \ - #ojanuswidget.h \ odialog.h \ omenubar.h \ opiemenubar.h \ @@ -21,13 +16,8 @@ HEADERS = ocompletionbox.h \ oresource.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 \ @@ -35,14 +25,12 @@ SOURCES = ocompletionbox.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 |