summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/qashmoney.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/qashmoney.pro') (more/less context) (show whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/qashmoney.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/qashmoney/qashmoney.pro b/noncore/apps/qashmoney/qashmoney.pro
index b01be4b..4222a25 100755
--- a/noncore/apps/qashmoney/qashmoney.pro
+++ b/noncore/apps/qashmoney/qashmoney.pro
@@ -44,6 +44,12 @@ DESTDIR = $(OPIEDIR)/bin
unix:LIBS += -lm
LIBS += -lqpe -lopiecore2 -lsqlite
include ( $(OPIEDIR)/include.pro )
+!isEmpty( LIBSQLITE_INC_DIR ) {
+ INCLUDEPATH = $$LIBSQLITE_INC_DIR $$INCLUDEPATH
+}
+!isEmpty( LIBSQLITE_LIB_DIR ) {
+ LIBS = -L$$LIBSQLITE_LIB_DIR $$LIBS
+}