-rwxr-xr-x | noncore/apps/qashmoney/qashmoney.pro | 18 |
1 files changed, 12 insertions, 6 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 @@ -1,6 +1,6 @@ TEMPLATE = app -CONFIG = qt warn_on -HEADERS = qashmoney.h \ - accountdisplay.h \ +CONFIG = qt warn_on +HEADERS = qashmoney.h \ + accountdisplay.h \ account.h \ transaction.h \ @@ -19,6 +19,6 @@ HEADERS = qashmoney.h \ budgetdisplay.h \ currency.h -SOURCES = qashmoney.cpp \ - accountdisplay.cpp \ +SOURCES = qashmoney.cpp \ + accountdisplay.cpp \ account.cpp \ transaction.cpp \ @@ -34,5 +34,5 @@ SOURCES = qashmoney.cpp \ calculator.cpp \ datepicker.cpp \ - main.cpp \ + main.cpp \ budget.cpp \ budgetdisplay.cpp \ @@ -48,2 +48,8 @@ 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 +} |