From e1e62db4c46b82b3bae879ffbf6960cb5fdd051f Mon Sep 17 00:00:00 2001 From: "S. Razi Alavizadeh" Date: Sat, 9 Feb 2013 14:36:20 +0330 Subject: [PATCH] Updated .gitignore and fixed a typo --- .gitignore | 3 +++ src/lib/plugins/qtwebkit/qtwebkit-plugins.pri | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c31b0396a..927f6fc21 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ tests/modeltest bin/autotests .clang_complete .tx/ +bin/qupzilla.app +.DS_Store +*.dylib diff --git a/src/lib/plugins/qtwebkit/qtwebkit-plugins.pri b/src/lib/plugins/qtwebkit/qtwebkit-plugins.pri index 43a5a3ad1..820f948a7 100644 --- a/src/lib/plugins/qtwebkit/qtwebkit-plugins.pri +++ b/src/lib/plugins/qtwebkit/qtwebkit-plugins.pri @@ -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) {