~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/WebKit/qt/tests/MIMESniffing/MIMESniffing.pro

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../tests.pri)
 
2
TARGET = MIMESniffing
 
3
CONFIG += console
 
4
 
 
5
!contains(CONFIG, gprof) {
 
6
    SOURCES += ../../../../WebCore/platform/network/MIMESniffing.cpp
 
7
}
 
8
 
 
9
HEADERS += \
 
10
    ../../../../WebCore/platform/network/MIMESniffing.h \
 
11
    TestData.h
 
12
 
 
13
INCLUDEPATH += \
 
14
    ../../../../WebCore/platform/network \
 
15
    ../../../../JavaScriptCore \
 
16
    ../../../../JavaScriptCore/runtime \
 
17
    ../../../../WTF
 
18
 
 
19
RESOURCES += resources.qrc