summaryrefslogtreecommitdiff
authorzecke <zecke>2002-06-21 14:21:47 (UTC)
committer zecke <zecke>2002-06-21 14:21:47 (UTC)
commitaa6d9e05ffb12acff1d0730ce3a3f43815a65be5 (patch) (side-by-side diff)
treec9f2e9c3ee2e9a6e24604a6ed9e391973b0d0077
parentab08162e2b10fdd4844e2864f445c6b125ce4f60 (diff)
downloadopie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.zip
opie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.tar.gz
opie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.tar.bz2
more fixes
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/.cvsignore2
-rw-r--r--core/apps/.cvsignore1
-rw-r--r--noncore/.cvsignore3
-rw-r--r--noncore/apps/dictionary/dictionary.pro2
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro2
-rw-r--r--noncore/comm/keypebble/keypebble.pro2
-rw-r--r--noncore/games/fifteen/fifteen.pro2
-rw-r--r--noncore/games/go/go.pro2
-rw-r--r--noncore/games/tetrix/tetrix.pro2
-rw-r--r--noncore/net/.cvsignore2
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,5 +1,7 @@
moc_*
*.moc
+bin
+plugins
Makefile
appearancesettingsbase.h
soundsettingsbase.h
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 @@
Makefile*
moc_*
-*.moc \ No newline at end of file
+*.moc
+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,6 +1,6 @@
TEMPLATE = app
CONFIG += qt warn_on release
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
HEADERS = dicttool.h
SOURCES = dicttool.cpp main.cpp
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,6 +1,6 @@
TEMPLATE = app
CONFIG = qt warn_on debug
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
SUBDIRS = db ui
HEADERS = tableviewer.h \
ui/commonwidgets.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,7 +1,7 @@
TEMPLATE = app
CONFIG += qt warn_on release
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
HEADERS = d3des.h \
krfbbuffer.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,4 +1,4 @@
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = fifteen.h
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,4 +1,4 @@
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = amigo.h \
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,6 +1,6 @@
TEMPLATE = app
CONFIG = qt warn_on release
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
HEADERS = minefield.h \
gtetrix.h \
qtetrix.h \
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 @@
+bin
+plugins \ No newline at end of file