Changeset 79678 in webkit


Ignore:
Timestamp:
Feb 25, 2011 5:41:41 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

Unreviewed buildfix after r79672.

[Qt] Build tst_qdeclarativewebview if QT_CONFIG contains declarative.

  • tests/tests.pri:
  • tests/tests.pro:
Location:
trunk/Source/WebKit/qt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/ChangeLog

    r79672 r79678  
     12011-02-25  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Unreviewed buildfix after r79672.
     4
     5        [Qt] Build tst_qdeclarativewebview if QT_CONFIG contains declarative.
     6
     7        * tests/tests.pri:
     8        * tests/tests.pro:
     9
    1102011-02-25  Gopal Raghavan  <gopal.1.raghavan@nokia.com>
    211
  • trunk/Source/WebKit/qt/tests/tests.pri

    r79672 r79678  
    2121
    2222include(../../../WebKit.pri)
    23 QT += testlib network declarative
     23QT += testlib network
     24contains(QT_CONFIG, declarative): QT += declarative
    2425
    2526QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
  • trunk/Source/WebKit/qt/tests/tests.pro

    r79672 r79678  
    11
    22TEMPLATE = subdirs
    3 SUBDIRS = qwebframe qwebpage qwebelement qgraphicswebview qwebhistoryinterface qwebview qwebhistory qdeclarativewebview qwebinspector hybridPixmap
     3SUBDIRS = qwebframe qwebpage qwebelement qgraphicswebview qwebhistoryinterface qwebview qwebhistory qwebinspector hybridPixmap
     4contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativewebview
    45SUBDIRS += benchmarks/painting benchmarks/loading
Note: See TracChangeset for help on using the changeset viewer.