From c3c3d7c9be7b6ff1c905686bd960877f816962ff Mon Sep 17 00:00:00 2001 From: ar Date: Sat, 01 May 2004 21:43:55 +0000 Subject: - use lib and inlcude dir from dependencies before the other dir's --- (limited to 'noncore/apps/dagger/dagger.pro') diff --git a/noncore/apps/dagger/dagger.pro b/noncore/apps/dagger/dagger.pro index 96aeef9..d697669 100644 --- a/noncore/apps/dagger/dagger.pro +++ b/noncore/apps/dagger/dagger.pro @@ -22,3 +22,9 @@ LIBS += -lopiecore2 -lopieui2 -lqpe -lsword include ( $(OPIEDIR)/include.pro ) +!isEmpty( LIBSWORD_INC_DIR ) { + INCLUDEPATH = $$LIBSWORD_INC_DIR $$INCLUDEPATH +} +!isEmpty( LIBSWORD_LIB_DIR ) { + LIBS = -L$$LIBSWORD_LIB_DIR $$LIBS +} -- cgit v0.9.0.2