1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Updated .gitignore and fixed a typo

This commit is contained in:
S. Razi Alavizadeh 2013-02-09 14:36:20 +03:30
parent 05a8b7fcc5
commit e1e62db4c4
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -33,3 +33,6 @@ tests/modeltest
bin/autotests
.clang_complete
.tx/
bin/qupzilla.app
.DS_Store
*.dylib

View File

@ -14,10 +14,10 @@ unix:contains(DEFINES, USE_QTWEBKIT_2_3):system(pkg-config --exists hunspell) {
LIBS += $$system(pkg-config --libs hunspell)
}
win {
win32 {
# QtWebKit 2.3 and Hunspell is now needed to build on Windows
buildSpellcheck = true
LIBS += $PWD/../../../../bin/libhunspell.dll
LIBS += $$PWD/../../../../bin/libhunspell.lib
}
equals(buildSpellcheck, true) {