Added comment for the new SQLite paths in src.pro

This commit is contained in:
Justin Clift
2016-05-02 12:54:00 +01:00
parent 5d98a19901
commit 46536d2893

View File

@@ -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