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 | |
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/opiecore/opiecore.pro | 12 | ||||
-rw-r--r-- | libopie2/opieui/opieui.pro | 20 | ||||
-rw-r--r-- | libopie2/qt3/.cvsignore | 6 | ||||
-rw-r--r-- | libopie2/qt3/opiecore/.cvsignore | 6 | ||||
-rw-r--r-- | libopie2/qt3/opieui/.cvsignore | 6 |
5 files changed, 23 insertions, 27 deletions
diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro index 5d630ea..4f70db7 100644 --- a/libopie2/opiecore/opiecore.pro +++ b/libopie2/opiecore/opiecore.pro | |||
@@ -1,37 +1,27 @@ | |||
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 = oapplication.h \ | 4 | HEADERS = oapplication.h \ |
5 | opieapplication.h \ | ||
6 | oconfig.h \ | 5 | oconfig.h \ |
7 | opieconfig.h \ | ||
8 | ocompletionbase.h \ | ||
9 | ocompletion.h \ | ||
10 | odebug.h \ | 6 | odebug.h \ |
11 | oglobal.h \ | 7 | oglobal.h \ |
12 | oglobalsettings.h \ | 8 | oglobalsettings.h |
13 | osortablevaluelist.h | ||
14 | |||
15 | 9 | ||
16 | SOURCES = oapplication.cpp \ | 10 | SOURCES = oapplication.cpp \ |
17 | opieapplication.cpp \ | ||
18 | oconfig.cpp \ | 11 | oconfig.cpp \ |
19 | opieconfig.cpp \ | ||
20 | ocompletionbase.cpp \ | ||
21 | ocompletion.cpp \ | ||
22 | odebug.cpp \ | 12 | odebug.cpp \ |
23 | oglobal.cpp \ | 13 | oglobal.cpp \ |
24 | oglobalsettings.cpp | 14 | oglobalsettings.cpp |
25 | 15 | ||
26 | INTERFACES = | 16 | INTERFACES = |
27 | TARGET = opiecore2 | 17 | TARGET = opiecore2 |
28 | VERSION = 1.8.2 | 18 | VERSION = 1.8.2 |
29 | INCLUDEPATH += $(OPIEDIR)/include | 19 | INCLUDEPATH += $(OPIEDIR)/include |
30 | DEPENDPATH += $(OPIEDIR)/include | 20 | DEPENDPATH += $(OPIEDIR)/include |
31 | MOC_DIR = moc | 21 | MOC_DIR = moc |
32 | OBJECTS_DIR = obj | 22 | OBJECTS_DIR = obj |
33 | 23 | ||
34 | 24 | ||
35 | !contains( platform, x11 ) { | 25 | !contains( platform, x11 ) { |
36 | LIBS = -lqpe | 26 | LIBS = -lqpe |
37 | include ( $(OPIEDIR)/include.pro ) | 27 | include ( $(OPIEDIR)/include.pro ) |
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,61 +1,49 @@ | |||
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 \ |
12 | opixmapprovider.h \ | 8 | opixmapprovider.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 \ |
34 | opixmapprovider.cpp \ | 24 | opixmapprovider.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 |
49 | VERSION = 1.8.2 | 37 | VERSION = 1.8.2 |
50 | INCLUDEPATH += $(OPIEDIR)/include | 38 | INCLUDEPATH += $(OPIEDIR)/include |
51 | DEPENDPATH += $(OPIEDIR)/include | 39 | DEPENDPATH += $(OPIEDIR)/include |
52 | LIBS += -lopiecore2 | 40 | LIBS += -lopiecore2 |
53 | MOC_DIR = moc | 41 | MOC_DIR = moc |
54 | OBJECTS_DIR = obj | 42 | OBJECTS_DIR = obj |
55 | 43 | ||
56 | 44 | ||
57 | !contains( platform, x11 ) { | 45 | !contains( platform, x11 ) { |
58 | include ( $(OPIEDIR)/include.pro ) | 46 | include ( $(OPIEDIR)/include.pro ) |
59 | HEADERS += otaskbarapplet.h | 47 | HEADERS += otaskbarapplet.h |
60 | SOURCES += otaskbarapplet.cpp | 48 | SOURCES += otaskbarapplet.cpp |
61 | } | 49 | } |
diff --git a/libopie2/qt3/.cvsignore b/libopie2/qt3/.cvsignore new file mode 100644 index 0000000..8f7300c --- a/dev/null +++ b/libopie2/qt3/.cvsignore | |||
@@ -0,0 +1,6 @@ | |||
1 | Makefile* | ||
2 | moc* | ||
3 | *moc | ||
4 | *.o | ||
5 | ~* | ||
6 | |||
diff --git a/libopie2/qt3/opiecore/.cvsignore b/libopie2/qt3/opiecore/.cvsignore new file mode 100644 index 0000000..8f7300c --- a/dev/null +++ b/libopie2/qt3/opiecore/.cvsignore | |||
@@ -0,0 +1,6 @@ | |||
1 | Makefile* | ||
2 | moc* | ||
3 | *moc | ||
4 | *.o | ||
5 | ~* | ||
6 | |||
diff --git a/libopie2/qt3/opieui/.cvsignore b/libopie2/qt3/opieui/.cvsignore new file mode 100644 index 0000000..8f7300c --- a/dev/null +++ b/libopie2/qt3/opieui/.cvsignore | |||
@@ -0,0 +1,6 @@ | |||
1 | Makefile* | ||
2 | moc* | ||
3 | *moc | ||
4 | *.o | ||
5 | ~* | ||
6 | |||