Changeset 86083 in webkit


Ignore:
Timestamp:
May 9, 2011 12:57:46 PM (13 years ago)
Author:
alexis.menard@openbossa.org
Message:

2011-05-09 Alexis Menard <alexis.menard@openbossa.org>

Reviewed by Andreas Kling.

[Qt] Fix the build on Embedded Linux.
https://bugs.webkit.org/show_bug.cgi?id=60347

qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
still be used in order to build properly.

  • Source/WebKit.pri:

2011-05-09 Alexis Menard <alexis.menard@openbossa.org>

Reviewed by Andreas Kling.

[Qt] Fix the build on Embedded Linux.
https://bugs.webkit.org/show_bug.cgi?id=60347

qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
still be used in order to build properly.

  • WebCore.pri:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r85902 r86083  
     12011-05-09  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Fix the build on Embedded Linux.
     6        https://bugs.webkit.org/show_bug.cgi?id=60347
     7
     8        qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
     9        still be used in order to build properly.
     10
     11        * Source/WebKit.pri:
     12
    1132011-05-05  Kevin Ollivier  <kevino@theolliviers.com>
    214
  • trunk/Source/WebCore/ChangeLog

    r86081 r86083  
     12011-05-09  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Fix the build on Embedded Linux.
     6        https://bugs.webkit.org/show_bug.cgi?id=60347       
     7
     8        qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
     9        still be used in order to build properly.
     10
     11        * WebCore.pri:
     12
    1132011-05-09  Andreas Kling  <kling@webkit.org>
    214
  • trunk/Source/WebCore/WebCore.pri

    r85323 r86083  
    1111SOURCE_DIR = $$replace(PWD, /WebCore, "")
    1212
    13 contains(QT_CONFIG, qpa):CONFIG += embedded
     13contains(QT_CONFIG, qpa)|contains(QT_CONFIG, embedded): CONFIG += embedded
    1414
    1515# Use a config-specific target to prevent parallel builds file clashes on Mac
  • trunk/Source/WebKit.pri

    r85855 r86083  
    11# Include file to make it easy to include WebKit into Qt projects
    22
    3 contains(QT_CONFIG, qpa):CONFIG += embedded
     3contains(QT_CONFIG, qpa)|contains(QT_CONFIG, embedded): CONFIG += embedded
    44
    55# Detect that we are building as a standalone package by the presence of
Note: See TracChangeset for help on using the changeset viewer.