diff options
Diffstat (limited to 'Source/WebKit/qt/declarative/experimental/experimental.pri')
-rw-r--r-- | Source/WebKit/qt/declarative/experimental/experimental.pri | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Source/WebKit/qt/declarative/experimental/experimental.pri b/Source/WebKit/qt/declarative/experimental/experimental.pri index 583726f62..20d54523c 100644 --- a/Source/WebKit/qt/declarative/experimental/experimental.pri +++ b/Source/WebKit/qt/declarative/experimental/experimental.pri @@ -24,7 +24,7 @@ contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols wince*:LIBS += $$QMAKE_LIBS_GUI -QT += declarative widgets network quick webkit webkit-private +QT += declarative widgets network quick quick-private webkit webkit-private DESTDIR = $${ROOT_BUILD_DIR}/imports/$${TARGET.module_name} @@ -35,15 +35,7 @@ SOURCES += plugin.cpp DEFINES += HAVE_WEBKIT2 -# FIXME: Why are these needed, and why can't we use WEBKIT += ... ? -INCLUDEPATH += \ - ../../../../WebKit2/Shared/qt \ - ../../../../JavaScriptCore \ - ../../../../JavaScriptCore/wtf \ - ../../../../JavaScriptCore/wtf/unicode \ - ../../../../JavaScriptCore/runtime \ - ../../../../WebKit2/Platform \ - ../../../../WebKit2/Platform/CoreIPC +WEBKIT += wtf javascriptcore webkit2 target.path = $$[QT_INSTALL_IMPORTS]/$${TARGET.module_name} |