From: Stefan Bund Date: Sun, 31 Oct 2010 21:31:01 +0000 (+0100) Subject: Add support for external webkit X-Git-Url: http://g0dil.de/git?p=pykit.git;a=commitdiff_plain;h=75b5b71daba22ef3df1dbd1356df1fe860a958a5 Add support for external webkit --- diff --git a/pykit.pro b/pykit.pro index ea387ff..9b8be25 100644 --- a/pykit.pro +++ b/pykit.pro @@ -1,10 +1,16 @@ # CONFIG += no_poppler +# CONFIG += no_webkit CONFIG += console TEMPLATE = app TARGET = pykit DEPENDPATH += . INCLUDEPATH += . -QT += webkit network gui core +QT += network gui core + +# Used to manually link against latest webkit +!no_webkit { + QT += webkit +} isEmpty(PYTHON) { PYTHON = python @@ -31,8 +37,6 @@ else { } mac { - # Qt is not available as univeral library and provides - # a correct -arch tag automatically QMAKE_CXXFLAGS -= -arch ppc x86_64 i386 QMAKE_CFLAGS -= -arch ppc x86_64 i386 }