From dc57cb439c6c9256f76f78a487942a4d1b2a2e27 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Fri, 24 Dec 2004 12:58:59 +0000 Subject: qmake 1.08a has more rigid syntax checking and chokes on our .pro files --- (limited to 'noncore/net/wellenreiter') diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index f773cf3..ce10df1 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro @@ -36,7 +36,93 @@ TARGET = wellenreiter !contains( platform, x11 ) { message( qws ) - include ( $(OPIEDIR)/include.pro ) + include( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(OPIEDIR)/include.pro ) LIBS += -lqpe -lopiecore2 -lopieui2 -lopienet2 } diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro index 53b762a..cb7937a 100644 --- a/noncore/net/wellenreiter/wellenreiter.pro +++ b/noncore/net/wellenreiter/wellenreiter.pro @@ -4,7 +4,95 @@ VERSION = 1.0.3-cvs !contains( platform, x11 ) { message( Configuring Wellenreiter for build on Opie ) SUBDIRS = gui - include ( $(OPIEDIR)/include.pro ) + include( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(OPIEDIR)/include.pro ) } contains( platform, x11 ) { -- cgit v0.9.0.2