From 2f897267b4d3ec5b1c7dafdc0700a8e91cbb3321 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 23 Feb 2003 16:45:09 +0000 Subject: simplification and fixes for the standalone X11 build --- (limited to 'noncore/net/wellenreiter/wellenreiter.pro') diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro index dd75c8c..17d0e31 100644 --- a/noncore/net/wellenreiter/wellenreiter.pro +++ b/noncore/net/wellenreiter/wellenreiter.pro @@ -2,5 +2,13 @@ TEMPLATE = subdirs unix:SUBDIRS = libwellenreiter daemon gui +!contains( platform, x11 ) { + message( Configuring Wellenreiter for build on Opie ) + include ( $(OPIEDIR)/include.pro ) +} + +contains( platform, x11 ) { + message( Configuring Wellenreiter for build on Qt/X11 ) + system( mkdir -p $OPIEDIR/lib $OPIEDIR/bin $OPIEDIR/share/pics ) +} -include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2