summaryrefslogtreecommitdiffstats
path: root/src/imports/webkit/webkit.pro
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-03-11 05:42:56 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-03-11 05:42:56 (GMT)
commit0e9bb332eec2bee29fe736aea76c30c66c69a9d0 (patch)
tree8f6f1c5510b905f6f05bb05b234a415092f74875 /src/imports/webkit/webkit.pro
parent56128195f2e7edbdd93251891b3d2dc2b4a00f20 (diff)
downloadQt-0e9bb332eec2bee29fe736aea76c30c66c69a9d0.zip
Qt-0e9bb332eec2bee29fe736aea76c30c66c69a9d0.tar.gz
Qt-0e9bb332eec2bee29fe736aea76c30c66c69a9d0.tar.bz2
Don't export symbols in webkit plugin.
Diffstat (limited to 'src/imports/webkit/webkit.pro')
-rw-r--r--src/imports/webkit/webkit.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/imports/webkit/webkit.pro b/src/imports/webkit/webkit.pro
index 9ad9c68..858d3ba 100644
--- a/src/imports/webkit/webkit.pro
+++ b/src/imports/webkit/webkit.pro
@@ -3,12 +3,10 @@ TARGETPATH = org/webkit
include(../qimportbase.pri)
QT += webkit declarative
-DEFINES += WEBKITQMLPLUGIN_EXPORTS
SOURCES += qdeclarativewebview.cpp plugin.cpp
HEADERS += qdeclarativewebview_p.h \
- qdeclarativewebview_p_p.h \
- webkitqmlplugin_export.h
+ qdeclarativewebview_p_p.h
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
target.path = $$TARGETPATH