summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2003-06-26 12:47:29 (UTC)
committer mickeyl <mickeyl>2003-06-26 12:47:29 (UTC)
commit7ffe702cbe4697410f1a3af986d6af4a4a4b19da (patch) (unidiff)
tree65ec0a84bc6c084fc227d1da51948d5852b2b4a5
parent840dd46277acfc7b37a4a4a7112062bf8a6cc746 (diff)
downloadopie-7ffe702cbe4697410f1a3af986d6af4a4a4b19da.zip
opie-7ffe702cbe4697410f1a3af986d6af4a4a4b19da.tar.gz
opie-7ffe702cbe4697410f1a3af986d6af4a4a4b19da.tar.bz2
very interesting... qmake doesn't recognize that it should generate moc-targets
if HEADERS= contains variables... ts... ts...
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/lib/lib.pro23
-rwxr-xr-xnoncore/net/wellenreiter/makedist.sh2
2 files changed, 12 insertions, 13 deletions
diff --git a/noncore/net/wellenreiter/lib/lib.pro b/noncore/net/wellenreiter/lib/lib.pro
index e36db11..6ea6869 100644
--- a/noncore/net/wellenreiter/lib/lib.pro
+++ b/noncore/net/wellenreiter/lib/lib.pro
@@ -5,21 +5,20 @@ TEMPLATE = lib
5CONFIG = qt warn_on debug 5CONFIG = qt warn_on debug
6 6
7HEADERS = $(OPIEDIR)/libopie2/opieui/olistview.h \ 7HEADERS = ../libopie2/opieui/olistview.h \
8 $(OPIEDIR)/libopie2/opienet/onetutils.h \ 8 ../libopie2/opienet/onetutils.h \
9 $(OPIEDIR)/libopie2/opienet/omanufacturerdb.h \ 9 ../libopie2/opienet/omanufacturerdb.h \
10 $(OPIEDIR)/libopie2/opienet/onetwork.h \ 10 ../libopie2/opienet/onetwork.h \
11 $(OPIEDIR)/libopie2/opienet/opcap.h 11 ../libopie2/opienet/opcap.h
12 12
13SOURCES = $(OPIEDIR)/libopie2/opieui/olistview.cpp \ 13SOURCES = ../libopie2/opieui/olistview.cpp \
14 $(OPIEDIR)/libopie2/opienet/onetutils.cpp \ 14 ../libopie2/opienet/onetutils.cpp \
15 $(OPIEDIR)/libopie2/opienet/omanufacturerdb.cpp \ 15 ../libopie2/opienet/omanufacturerdb.cpp \
16 $(OPIEDIR)/libopie2/opienet/onetwork.cpp \ 16 ../libopie2/opienet/onetwork.cpp \
17 $(OPIEDIR)/libopie2/opienet/opcap.cpp 17 ../libopie2/opienet/opcap.cpp
18 18
19INCLUDEPATH += $(OPIEDIR)/include 19INCLUDEPATH += $(OPIEDIR)/include
20DEPENDPATH += $(OPIEDIR)/include 20DEPENDPATH += $(OPIEDIR)/include
21LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap 21LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap
22INTERFACES =
22TARGET = wellenreiter 23TARGET = wellenreiter
23VERSION = 1.0.0 24VERSION = 1.0.0
24
25
diff --git a/noncore/net/wellenreiter/makedist.sh b/noncore/net/wellenreiter/makedist.sh
index cfb0b16..ee60c44 100755
--- a/noncore/net/wellenreiter/makedist.sh
+++ b/noncore/net/wellenreiter/makedist.sh
@@ -1,3 +1,3 @@
1VERSION=2-beta 1VERSION=2-1.0rc2
2 2
3TGZDIR=$PWD 3TGZDIR=$PWD