Skip to content

Commit

Permalink
Move the new Win32 SQLite variable paths to the existing Win32 scope
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed May 2, 2016
1 parent c6a39d3 commit 159cc27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ win32 {
LIBPATH_QSCINTILLA = $$LIBPATH_QSCINTILLA/release
}
QMAKE_CXXFLAGS += -DCHECKNEWVERSION

# Added SQLite installation path variables, matching our setup guide
LIBS += -L$$PWD/../../../dev/SQLite/ -lsqlite3
INCLUDEPATH += $$PWD/../../../dev/SQLite
DEPENDPATH += $$PWD/../../../dev/SQLite
}
mac {
RC_FILE = macapp.icns
Expand All @@ -168,8 +173,3 @@ 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 159cc27

Please sign in to comment.