From d24c046127088eb8c2af9612043aba70fae66af6 Mon Sep 17 00:00:00 2001 From: ar Date: Fri, 20 Aug 2004 17:46:51 +0000 Subject: - add libpcap dir to lib- and include directory --- (limited to 'noncore/net/wellenreiter') diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index 93d42ed..f773cf3 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro @@ -1,6 +1,6 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app -CONFIG = qt warn_on +CONFIG = qt warn_on HEADERS = wellenreiterbase.h \ mainwindow.h \ @@ -47,3 +47,9 @@ contains( platform, x11 ) { DESTDIR = $(OPIEDIR)/output/bin } +!isEmpty( LIBPCAP_INC_DIR ) { + INCLUDEPATH = $$LIBPCAP_INC_DIR $$INCLUDEPATH +} +!isEmpty( LIBPCAP_LIB_DIR ) { + LIBS = -L$$LIBPCAP_LIB_DIR $$LIBS +} -- cgit v0.9.0.2