author | mickeyl <mickeyl> | 2003-06-26 12:47:29 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-06-26 12:47:29 (UTC) |
commit | 7ffe702cbe4697410f1a3af986d6af4a4a4b19da (patch) (unidiff) | |
tree | 65ec0a84bc6c084fc227d1da51948d5852b2b4a5 | |
parent | 840dd46277acfc7b37a4a4a7112062bf8a6cc746 (diff) | |
download | opie-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...
-rw-r--r-- | noncore/net/wellenreiter/lib/lib.pro | 23 | ||||
-rwxr-xr-x | noncore/net/wellenreiter/makedist.sh | 2 |
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 | |||
@@ -4,22 +4,21 @@ DESTDIR = $(OPIEDIR)/output/lib | |||
4 | TEMPLATE = lib | 4 | TEMPLATE = lib |
5 | CONFIG = qt warn_on debug | 5 | CONFIG = qt warn_on debug |
6 | 6 | ||
7 | HEADERS = $(OPIEDIR)/libopie2/opieui/olistview.h \ | 7 | HEADERS = ../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 | ||
13 | SOURCES = $(OPIEDIR)/libopie2/opieui/olistview.cpp \ | 13 | SOURCES = ../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 | ||
19 | INCLUDEPATH += $(OPIEDIR)/include | 19 | INCLUDEPATH += $(OPIEDIR)/include |
20 | DEPENDPATH += $(OPIEDIR)/include | 20 | DEPENDPATH += $(OPIEDIR)/include |
21 | LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap | 21 | LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap |
22 | INTERFACES = | ||
22 | TARGET = wellenreiter | 23 | TARGET = wellenreiter |
23 | VERSION = 1.0.0 | 24 | VERSION = 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,4 +1,4 @@ | |||
1 | VERSION=2-beta | 1 | VERSION=2-1.0rc2 |
2 | 2 | ||
3 | TGZDIR=$PWD | 3 | TGZDIR=$PWD |
4 | 4 | ||