Add support for external webkit
Stefan Bund [Sun, 31 Oct 2010 21:31:01 +0000 (22:31 +0100)]
pykit.pro

index ea387ff..9b8be25 100644 (file)
--- 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
 }