From 7ffe702cbe4697410f1a3af986d6af4a4a4b19da Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 26 Jun 2003 12:47:29 +0000 Subject: very interesting... qmake doesn't recognize that it should generate moc-targets if HEADERS= contains variables... ts... ts... --- (limited to 'noncore/net/wellenreiter/lib') 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 TEMPLATE = lib CONFIG = qt warn_on debug -HEADERS = $(OPIEDIR)/libopie2/opieui/olistview.h \ - $(OPIEDIR)/libopie2/opienet/onetutils.h \ - $(OPIEDIR)/libopie2/opienet/omanufacturerdb.h \ - $(OPIEDIR)/libopie2/opienet/onetwork.h \ - $(OPIEDIR)/libopie2/opienet/opcap.h +HEADERS = ../libopie2/opieui/olistview.h \ + ../libopie2/opienet/onetutils.h \ + ../libopie2/opienet/omanufacturerdb.h \ + ../libopie2/opienet/onetwork.h \ + ../libopie2/opienet/opcap.h -SOURCES = $(OPIEDIR)/libopie2/opieui/olistview.cpp \ - $(OPIEDIR)/libopie2/opienet/onetutils.cpp \ - $(OPIEDIR)/libopie2/opienet/omanufacturerdb.cpp \ - $(OPIEDIR)/libopie2/opienet/onetwork.cpp \ - $(OPIEDIR)/libopie2/opienet/opcap.cpp +SOURCES = ../libopie2/opieui/olistview.cpp \ + ../libopie2/opienet/onetutils.cpp \ + ../libopie2/opienet/omanufacturerdb.cpp \ + ../libopie2/opienet/onetwork.cpp \ + ../libopie2/opienet/opcap.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap +INTERFACES = TARGET = wellenreiter VERSION = 1.0.0 - - -- cgit v0.9.0.2