summaryrefslogtreecommitdiffstats
path: root/tools/qvfb/qvfb.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-09-10 05:37:30 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-09-10 05:37:30 (GMT)
commit2fafbf51d6cd61d073c9f77dffd71864e9686de6 (patch)
tree9057e35b5d03ce2b223167b5bc98af681fcb0065 /tools/qvfb/qvfb.pro
parent41299ff86372cb04d00280c4d8f38ef80ce21626 (diff)
parenta193c14a01653d07d895d6305d9514310b8e3eba (diff)
downloadQt-2fafbf51d6cd61d073c9f77dffd71864e9686de6.zip
Qt-2fafbf51d6cd61d073c9f77dffd71864e9686de6.tar.gz
Qt-2fafbf51d6cd61d073c9f77dffd71864e9686de6.tar.bz2
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-team: (120 commits) Disable autotest broken by the change to QCache in 7ab0bed Generate glyphs in un-transformed coordinate system. Use QT_MAX_CACHED_GLYPH_SIZE in QFontEngineFT Reset trailingSpaces in relayout Prevent QPixmapCache potentially growing indefinitely. Allocate 16-byte aligned memory independent of platform for raster pool. Fix trailing spaces problem by not adding it to QScriptLine.length fix build for desktop Dragging in nested views no longer works as expected Fix the build with -qtnamespace configure options Updated WebKit to a2bd2bb (qtwebkit-2.2-week35) Fix implicit height not growing when pre-edit text wraps. Removed the unnecessary dependency of the QtHelp module on the QtXml one Modified \since command behavior slightly to handle project and version. Added an additional check to workaround an issue on Windows. Fix leak in State element. Fix leak in bindings created by PropertyChanges. Revert readonly BorderImage::sourceSize change URLs used with scheme handler use appropriate encoding for scheme Update license headers ...
Diffstat (limited to 'tools/qvfb/qvfb.pro')
-rw-r--r--tools/qvfb/qvfb.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/qvfb/qvfb.pro b/tools/qvfb/qvfb.pro
index b5645a3..ca8f4f4 100644
--- a/tools/qvfb/qvfb.pro
+++ b/tools/qvfb/qvfb.pro
@@ -8,6 +8,9 @@ DESTDIR = ../../bin
target.path=$$[QT_INSTALL_BINS]
INSTALLS += target
+DEPENDPATH += ../../include
+INCLUDEPATH += ../../src/gui/embedded
+
FORMS = config.ui
HEADERS = qvfb.h \
qvfbview.h \
@@ -33,6 +36,12 @@ SOURCES = qvfb.cpp \
../../src/gui/embedded/qwslock.cpp \
../../src/gui/embedded/qwssignalhandler.cpp
+!embedded {
+ DEFINES += QT_NO_QWS_SIGNALHANDLER
+ HEADERS += ../../src/gui/embedded/qlock_p.h
+ SOURCES += ../../src/gui/embedded/qlock.cpp
+}
+
include(../shared/deviceskin/deviceskin.pri)
contains(QT_CONFIG, opengl) {