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 | 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 @@ -3,7 +3,3 @@ CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib -HEADERS = ocompletionbox.h \ - ocombobox.h \ - oeditlistbox.h \ - olineedit.h \ - olistview.h \ +HEADERS = olistview.h \ oimageeffect.h \ @@ -15,3 +11,2 @@ HEADERS = ocompletionbox.h \ oversatileviewitem.h \ - #ojanuswidget.h \ odialog.h \ @@ -21,11 +16,6 @@ HEADERS = ocompletionbox.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 \ @@ -37,3 +27,2 @@ SOURCES = ocompletionbox.cpp \ oversatileviewitem.cpp \ - #ojanuswidget.cpp \ odialog.cpp \ @@ -43,4 +32,3 @@ SOURCES = ocompletionbox.cpp \ otoolbar.cpp \ - oseparator.cpp #\ -# otaskbarapplet.cpp + oseparator.cpp |