author | mickeyl <mickeyl> | 2003-12-02 19:56:23 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-02 19:56:23 (UTC) |
commit | b25754f6ecb9ded83323e39ad62b8fd18ae278ca (patch) (unidiff) | |
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 | |||
@@ -1,11 +1,7 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on debug | 2 | CONFIG += qt warn_on debug |
3 | DESTDIR = $(OPIEDIR)/lib | 3 | DESTDIR = $(OPIEDIR)/lib |
4 | HEADERS = ocompletionbox.h \ | 4 | HEADERS = olistview.h \ |
5 | ocombobox.h \ | ||
6 | oeditlistbox.h \ | ||
7 | olineedit.h \ | ||
8 | olistview.h \ | ||
9 | oimageeffect.h \ | 5 | oimageeffect.h \ |
10 | opixmapeffect.h \ | 6 | opixmapeffect.h \ |
11 | opopupmenu.h \ | 7 | opopupmenu.h \ |
@@ -13,21 +9,15 @@ HEADERS = ocompletionbox.h \ | |||
13 | oselector.h \ | 9 | oselector.h \ |
14 | oversatileview.h \ | 10 | oversatileview.h \ |
15 | oversatileviewitem.h \ | 11 | oversatileviewitem.h \ |
16 | #ojanuswidget.h \ | ||
17 | odialog.h \ | 12 | odialog.h \ |
18 | omenubar.h \ | 13 | omenubar.h \ |
19 | opiemenubar.h \ | 14 | opiemenubar.h \ |
20 | omessagebox.h \ | 15 | omessagebox.h \ |
21 | oresource.h \ | 16 | oresource.h \ |
22 | otoolbar.h \ | 17 | otoolbar.h \ |
23 | oseparator.h | 18 | oseparator.h |
24 | # otaskbarapplet.h | ||
25 | 19 | ||
26 | SOURCES = ocompletionbox.cpp \ | 20 | SOURCES = olistview.cpp \ |
27 | ocombobox.cpp \ | ||
28 | oeditlistbox.cpp \ | ||
29 | olineedit.cpp \ | ||
30 | olistview.cpp \ | ||
31 | oimageeffect.cpp \ | 21 | oimageeffect.cpp \ |
32 | opixmapeffect.cpp \ | 22 | opixmapeffect.cpp \ |
33 | opopupmenu.cpp \ | 23 | opopupmenu.cpp \ |
@@ -35,14 +25,12 @@ SOURCES = ocompletionbox.cpp \ | |||
35 | oselector.cpp \ | 25 | oselector.cpp \ |
36 | oversatileview.cpp \ | 26 | oversatileview.cpp \ |
37 | oversatileviewitem.cpp \ | 27 | oversatileviewitem.cpp \ |
38 | #ojanuswidget.cpp \ | ||
39 | odialog.cpp \ | 28 | odialog.cpp \ |
40 | omenubar.cpp \ | 29 | omenubar.cpp \ |
41 | opiemenubar.cpp \ | 30 | opiemenubar.cpp \ |
42 | oresource.cpp \ | 31 | oresource.cpp \ |
43 | otoolbar.cpp \ | 32 | otoolbar.cpp \ |
44 | oseparator.cpp #\ | 33 | oseparator.cpp |
45 | # otaskbarapplet.cpp | ||
46 | 34 | ||
47 | INTERFACES = | 35 | INTERFACES = |
48 | TARGET = opieui2 | 36 | TARGET = opieui2 |