diff options
| author | Allan Sandfeld Jensen <allan.jensen@digia.com> | 2014-02-05 14:02:35 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-05 16:52:45 +0100 |
| commit | 750d801413bce17a58123e03dc8076f091bf0e06 (patch) | |
| tree | bd183b86a985ea117edd2f9b88449531226c65f4 /Source | |
| parent | ad2f184518dc6e436f57bcc7fafea9d54510f850 (diff) | |
| download | qtwebkit-750d801413bce17a58123e03dc8076f091bf0e06.tar.gz | |
Make building QtTestBrowser simpler
The QtTestBrowser needs qttestsupport and qttestsupport needs fontconfig
on linux, unfortunately fontconfig is only enabled on webkit developer
builds. This patch add fontconfig when qttestsupport is enabled. This
makes it possible to build the QtTestBrowser in a production_build
by only overriding build_testbrowser and build_qttestsupport.
Change-Id: I7d49368bee82bb1eb7bc9b5d4eeaf714a3d737f8
Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/WebCore/WebCore.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/WebCore.pri b/Source/WebCore/WebCore.pri index fd33777f7..2a4dd3d2d 100644 --- a/Source/WebCore/WebCore.pri +++ b/Source/WebCore/WebCore.pri @@ -306,5 +306,5 @@ linux*-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF enable_fast_mobile_scrolling: DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1 -!production_build:have?(FONTCONFIG): PKGCONFIG += fontconfig +build?(qttestsupport):have?(FONTCONFIG): PKGCONFIG += fontconfig |
