Skip to content

Commit

Permalink
Added comment for the new SQLite paths in src.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed May 2, 2016
1 parent 5d98a19 commit 46536d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 46536d2

Please sign in to comment.