author | zecke <zecke> | 2002-06-21 14:21:47 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-21 14:21:47 (UTC) |
commit | aa6d9e05ffb12acff1d0730ce3a3f43815a65be5 (patch) (unidiff) | |
tree | c9f2e9c3ee2e9a6e24604a6ed9e391973b0d0077 | |
parent | ab08162e2b10fdd4844e2864f445c6b125ce4f60 (diff) | |
download | opie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.zip opie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.tar.gz opie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.tar.bz2 |
more fixes
-rw-r--r-- | core/.cvsignore | 2 | ||||
-rw-r--r-- | core/apps/.cvsignore | 1 | ||||
-rw-r--r-- | noncore/.cvsignore | 3 | ||||
-rw-r--r-- | noncore/apps/dictionary/dictionary.pro | 2 | ||||
-rw-r--r-- | noncore/apps/tableviewer/tableviewer.pro | 2 | ||||
-rw-r--r-- | noncore/comm/keypebble/keypebble.pro | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/fifteen.pro | 2 | ||||
-rw-r--r-- | noncore/games/go/go.pro | 2 | ||||
-rw-r--r-- | noncore/games/tetrix/tetrix.pro | 2 | ||||
-rw-r--r-- | noncore/net/.cvsignore | 2 |
10 files changed, 13 insertions, 7 deletions
diff --git a/core/.cvsignore b/core/.cvsignore index e3d8c4b..0a3293a 100644 --- a/core/.cvsignore +++ b/core/.cvsignore | |||
@@ -1,13 +1,15 @@ | |||
1 | moc_* | 1 | moc_* |
2 | *.moc | 2 | *.moc |
3 | bin | ||
4 | plugins | ||
3 | Makefile | 5 | Makefile |
4 | appearancesettingsbase.h | 6 | appearancesettingsbase.h |
5 | soundsettingsbase.h | 7 | soundsettingsbase.h |
6 | lightsettingsbase.h | 8 | lightsettingsbase.h |
7 | languagesettingsbase.cpp | 9 | languagesettingsbase.cpp |
8 | rotationsettingsbase.cpp | 10 | rotationsettingsbase.cpp |
9 | appearancesettingsbase.cpp | 11 | appearancesettingsbase.cpp |
10 | lightsettingsbase.cpp | 12 | lightsettingsbase.cpp |
11 | languagesettingsbase.h | 13 | languagesettingsbase.h |
12 | rotationsettingsbase.h | 14 | rotationsettingsbase.h |
13 | soundsettingsbase.cpp | 15 | soundsettingsbase.cpp |
diff --git a/core/apps/.cvsignore b/core/apps/.cvsignore new file mode 100644 index 0000000..c5e82d7 --- a/dev/null +++ b/core/apps/.cvsignore | |||
@@ -0,0 +1 @@ | |||
bin \ No newline at end of file | |||
diff --git a/noncore/.cvsignore b/noncore/.cvsignore index c9bb88e..83ee49f 100644 --- a/noncore/.cvsignore +++ b/noncore/.cvsignore | |||
@@ -1,3 +1,4 @@ | |||
1 | Makefile* | 1 | Makefile* |
2 | moc_* | 2 | moc_* |
3 | *.moc \ No newline at end of file | 3 | *.moc |
4 | bin \ No newline at end of file | ||
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 34c06e3..b3b5052 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | 4 | ||
5 | HEADERS= dicttool.h | 5 | HEADERS= dicttool.h |
6 | SOURCES= dicttool.cpp main.cpp | 6 | SOURCES= dicttool.cpp main.cpp |
7 | 7 | ||
8 | INTERFACES= dicttoolbase.ui | 8 | INTERFACES= dicttoolbase.ui |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe | 12 | LIBS += -lqpe |
13 | 13 | ||
14 | TARGET = dictionary | 14 | TARGET = dictionary |
15 | 15 | ||
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 86f6b0e..48a132e 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | DESTDIR = ../bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | SUBDIRS = db ui | 4 | SUBDIRS = db ui |
5 | HEADERS = tableviewer.h \ | 5 | HEADERS = tableviewer.h \ |
6 | ui/commonwidgets.h \ | 6 | ui/commonwidgets.h \ |
7 | ui/tvbrowseview.h \ | 7 | ui/tvbrowseview.h \ |
8 | ui/tvlistview.h \ | 8 | ui/tvlistview.h \ |
9 | ui/tvfilterview.h \ | 9 | ui/tvfilterview.h \ |
10 | ui/tveditview.h \ | 10 | ui/tveditview.h \ |
11 | ui/browsekeyentry.h \ | 11 | ui/browsekeyentry.h \ |
12 | ui/filterkeyentry.h \ | 12 | ui/filterkeyentry.h \ |
13 | ui/tvkeyedit.h \ | 13 | ui/tvkeyedit.h \ |
14 | db/datacache.h \ | 14 | db/datacache.h \ |
15 | db/common.h \ | 15 | db/common.h \ |
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 93b81f9..e175a42 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -1,16 +1,16 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = ../bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS = d3des.h \ | 6 | HEADERS = d3des.h \ |
7 | krfbbuffer.h \ | 7 | krfbbuffer.h \ |
8 | krfbcanvas.h \ | 8 | krfbcanvas.h \ |
9 | krfbconnection.h \ | 9 | krfbconnection.h \ |
10 | krfbdecoder.h \ | 10 | krfbdecoder.h \ |
11 | krfblogin.h \ | 11 | krfblogin.h \ |
12 | krfboptions.h \ | 12 | krfboptions.h \ |
13 | krfbserverinfo.h \ | 13 | krfbserverinfo.h \ |
14 | kvnc.h \ | 14 | kvnc.h \ |
15 | kvncconnectdlg.h \ | 15 | kvncconnectdlg.h \ |
16 | kvncoptionsdlg.h \ | 16 | kvncoptionsdlg.h \ |
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 964b816..ae8778e 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,13 +1,13 @@ | |||
1 | DESTDIR = ../bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = fifteen.h | 4 | HEADERS = fifteen.h |
5 | SOURCES = fifteen.cpp \ | 5 | SOURCES = fifteen.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = fifteen | 10 | TARGET = fifteen |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts |
13 | TRANSLATIONS += ../i18n/es/fifteen.ts | 13 | TRANSLATIONS += ../i18n/es/fifteen.ts |
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index f9084a8..90a00a2 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -1,13 +1,13 @@ | |||
1 | DESTDIR = ../bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = amigo.h \ | 4 | HEADERS = amigo.h \ |
5 | go.h \ | 5 | go.h \ |
6 | goplayutils.h \ | 6 | goplayutils.h \ |
7 | gowidget.h | 7 | gowidget.h |
8 | SOURCES = amigo.c \ | 8 | SOURCES = amigo.c \ |
9 | goplayer.c \ | 9 | goplayer.c \ |
10 | goplayutils.c \ | 10 | goplayutils.c \ |
11 | killable.c \ | 11 | killable.c \ |
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 56310d7..52ae49f 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = ../bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | gtetrix.h \ | 5 | gtetrix.h \ |
6 | qtetrix.h \ | 6 | qtetrix.h \ |
7 | qtetrixb.h \ | 7 | qtetrixb.h \ |
8 | tpiece.h | 8 | tpiece.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | gtetrix.cpp \ | 10 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 11 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 12 | qtetrixb.cpp \ |
13 | tpiece.cpp | 13 | tpiece.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
diff --git a/noncore/net/.cvsignore b/noncore/net/.cvsignore new file mode 100644 index 0000000..21bc64c --- a/dev/null +++ b/noncore/net/.cvsignore | |||
@@ -0,0 +1,2 @@ | |||
1 | bin | ||
2 | plugins \ No newline at end of file | ||