From 46536d2893b496bb94248daa90fc214113cf59f6 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 2 May 2016 12:54:00 +0100 Subject: [PATCH] Added comment for the new SQLite paths in src.pro --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 6039d63a..4685115a 100644 --- a/src/src.pro +++ b/src/src.pro @@ -169,7 +169,7 @@ DEPENDPATH += $$PWD/../libs/antlr-2.7.7 $$PWD/../libs/qhexedit $$PWD/../libs/qcu # Rules for creating/updating {ts|qm}-files include(i18n.pri) +# Added paths to the SQLite installation win32: LIBS += -L$$PWD/../../../dev/SQLite/ -lsqlite3 - INCLUDEPATH += $$PWD/../../../dev/SQLite DEPENDPATH += $$PWD/../../../dev/SQLite