summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/dagger.pro
Unidiff
Diffstat (limited to 'noncore/apps/dagger/dagger.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dagger/dagger.pro6
1 files changed, 6 insertions, 0 deletions
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
22 22
23include ( $(OPIEDIR)/include.pro ) 23include ( $(OPIEDIR)/include.pro )
24 24
25!isEmpty( LIBSWORD_INC_DIR ) {
26 INCLUDEPATH = $$LIBSWORD_INC_DIR $$INCLUDEPATH
27}
28!isEmpty( LIBSWORD_LIB_DIR ) {
29 LIBS = -L$$LIBSWORD_LIB_DIR $$LIBS
30}