mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Move the new Win32 SQLite variable paths to the existing Win32 scope
This commit is contained in:
10
src/src.pro
10
src/src.pro
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user