mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Updated .gitignore and fixed a typo
This commit is contained in:
parent
05a8b7fcc5
commit
e1e62db4c4
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -33,3 +33,6 @@ tests/modeltest
|
|||
bin/autotests
|
||||
.clang_complete
|
||||
.tx/
|
||||
bin/qupzilla.app
|
||||
.DS_Store
|
||||
*.dylib
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user